CSS color property - W3Schools
https://www.w3schools.com/CSSref/pr_text_color.asp
body {color: rgb (201, 76, 76);} Try it Yourself ». Example. Set the text color with an RGBA value: body {color: rgba (201, 76, 76, 0.6);} Try it Yourself ». Example. Set the text color with a HSL value: body {color: hsl (89, 43%, 51%);} Animatable: yes. Read about animatable Try it Inherited: yes Default value: not specified Version: CSS1
Animatable: yes. Read about animatable Try it
Inherited: yes
Default value: not specified
Version: CSS1
DA: 30 PA: 77 MOZ Rank: 77