Shades of Tussock #CA974D
Tints of Tussock #CA974D
RGB
CMYK
RGB Variations
Color information
#CA974D (or 0xCA974D) is known color: Tussock. HEX triplet: CA, 97 and 4D. RGB value is (202,151,77). Sum of RGB (Red+Green+Blue) = 202+151+77=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA974D is #3568B2. Grayscale: #9E9E9E. Windows color (decimal): -3500211 or 5085130. OLE color: 5085130.
HSL color Cylindrical-coordinate representation of color #CA974D: hue angle of 35.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA974D is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 77 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.21 |
| HSL | 35.52º | 0.54% | 0.55% | - |
| HSV(B) | 35.52º | 0.62% | 0.79% | - |
| XYZ | 36.76 | 35.23 | 11.88 | - |
| YUV | 157.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 77 | 0 | 0.25 | 0.62 | 0.21 | 35.52 | 0.54 | 0.55 |
| Hex | CA | 97 | 4D | 0 | 19 | 3E | 15 | 24 | 36 | 37 |
| Octal | 312 | 227 | 115 | 0 | 31 | 76 | 25 | 44 | 66 | 67 |
| Binary | 11001010 | 10010111 | 1001101 | 0 | 11001 | 111110 | 10101 | 100100 | 110110 | 110111 |
Color Harmonies of #CA974D
Complementary color
Monochromatic Colors of #CA974D
Black with #CA974D
Text Example
Text Example
White with #CA974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA974D; }
p { color: rgb(202,151,77); }
H1.HeaderClassName
{
color: #CA974D;
}
.AnyTagClassName
{
color: #CA974D;
}
</style>
background-color css
<style>
a { background-color: #CA974D; }
a { background-color: rgb(202,151,77); }
div.DivClassName
{
background-color: #CA974D;
}
.BgClassName
{
background-color: #CA974D;
}
</style>
border-color css
<style>
span { border-color: #CA974D; }
span { border-color: rgb(202,151,77); }
td.TdClassName
{
border-color: #CA974D;
}
.TagClassName
{
border-color: #CA974D;
}
</style>