Shades of Tussock #C99D4A
Tints of Tussock #C99D4A
RGB
CMYK
RGB Variations
Color information
#C99D4A (or 0xC99D4A) is known color: Tussock. HEX triplet: C9, 9D and 4A. RGB value is (201,157,74). Sum of RGB (Red+Green+Blue) = 201+157+74=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99D4A is #3662B5. Grayscale: #A1A1A1. Windows color (decimal): -3564214 or 4890057. OLE color: 4890057.
HSL color Cylindrical-coordinate representation of color #C99D4A: hue angle of 39.21º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C99D4A is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 74 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.21 |
| HSL | 39.21º | 0.54% | 0.54% | - |
| HSV(B) | 39.21º | 0.63% | 0.79% | - |
| XYZ | 37.38 | 37.03 | 11.66 | - |
| YUV | 160.69 | 79.08 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 74 | 0 | 0.22 | 0.63 | 0.21 | 39.21 | 0.54 | 0.54 |
| Hex | C9 | 9D | 4A | 0 | 16 | 3F | 15 | 27 | 36 | 36 |
| Octal | 311 | 235 | 112 | 0 | 26 | 77 | 25 | 47 | 66 | 66 |
| Binary | 11001001 | 10011101 | 1001010 | 0 | 10110 | 111111 | 10101 | 100111 | 110110 | 110110 |
Color Harmonies of #C99D4A
Complementary color
Monochromatic Colors of #C99D4A
Black with #C99D4A
Text Example
Text Example
White with #C99D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D4A; }
p { color: rgb(201,157,74); }
H1.HeaderClassName
{
color: #C99D4A;
}
.AnyTagClassName
{
color: #C99D4A;
}
</style>
background-color css
<style>
a { background-color: #C99D4A; }
a { background-color: rgb(201,157,74); }
div.DivClassName
{
background-color: #C99D4A;
}
.BgClassName
{
background-color: #C99D4A;
}
</style>
border-color css
<style>
span { border-color: #C99D4A; }
span { border-color: rgb(201,157,74); }
td.TdClassName
{
border-color: #C99D4A;
}
.TagClassName
{
border-color: #C99D4A;
}
</style>