Shades of Tussock #C99D46
Tints of Tussock #C99D46
RGB
CMYK
RGB Variations
Color information
#C99D46 (or 0xC99D46) is known color: Tussock. HEX triplet: C9, 9D and 46. RGB value is (201,157,70). Sum of RGB (Red+Green+Blue) = 201+157+70=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99D46 is #3662B9. Grayscale: #A0A0A0. Windows color (decimal): -3564218 or 4627913. OLE color: 4627913.
HSL color Cylindrical-coordinate representation of color #C99D46: hue angle of 39.85º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C99D46 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 70 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.21 |
| HSL | 39.85º | 0.55% | 0.53% | - |
| HSV(B) | 39.85º | 0.65% | 0.79% | - |
| XYZ | 37.25 | 36.97 | 10.97 | - |
| YUV | 160.24 | 77.08 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 70 | 0 | 0.22 | 0.65 | 0.21 | 39.85 | 0.55 | 0.53 |
| Hex | C9 | 9D | 46 | 0 | 16 | 41 | 15 | 28 | 37 | 35 |
| Octal | 311 | 235 | 106 | 0 | 26 | 101 | 25 | 50 | 67 | 65 |
| Binary | 11001001 | 10011101 | 1000110 | 0 | 10110 | 1000001 | 10101 | 101000 | 110111 | 110101 |
Color Harmonies of #C99D46
Complementary color
Monochromatic Colors of #C99D46
Black with #C99D46
Text Example
Text Example
White with #C99D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D46; }
p { color: rgb(201,157,70); }
H1.HeaderClassName
{
color: #C99D46;
}
.AnyTagClassName
{
color: #C99D46;
}
</style>
background-color css
<style>
a { background-color: #C99D46; }
a { background-color: rgb(201,157,70); }
div.DivClassName
{
background-color: #C99D46;
}
.BgClassName
{
background-color: #C99D46;
}
</style>
border-color css
<style>
span { border-color: #C99D46; }
span { border-color: rgb(201,157,70); }
td.TdClassName
{
border-color: #C99D46;
}
.TagClassName
{
border-color: #C99D46;
}
</style>