Shades of Tussock #CF9C4C
Tints of Tussock #CF9C4C
RGB
CMYK
RGB Variations
Color information
#CF9C4C (or 0xCF9C4C) is known color: Tussock. HEX triplet: CF, 9C and 4C. RGB value is (207,156,76). Sum of RGB (Red+Green+Blue) = 207+156+76=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C4C is #3063B3. Grayscale: #A2A2A2. Windows color (decimal): -3171252 or 5020879. OLE color: 5020879.
HSL color Cylindrical-coordinate representation of color #CF9C4C: hue angle of 36.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF9C4C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 76 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.19 |
| HSL | 36.64º | 0.58% | 0.55% | - |
| HSV(B) | 36.64º | 0.63% | 0.81% | - |
| XYZ | 38.93 | 37.56 | 12.04 | - |
| YUV | 162.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 76 | 0 | 0.25 | 0.63 | 0.19 | 36.64 | 0.58 | 0.55 |
| Hex | CF | 9C | 4C | 0 | 19 | 3F | 13 | 25 | 3A | 37 |
| Octal | 317 | 234 | 114 | 0 | 31 | 77 | 23 | 45 | 72 | 67 |
| Binary | 11001111 | 10011100 | 1001100 | 0 | 11001 | 111111 | 10011 | 100101 | 111010 | 110111 |
Color Harmonies of #CF9C4C
Complementary color
Monochromatic Colors of #CF9C4C
Black with #CF9C4C
Text Example
Text Example
White with #CF9C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C4C; }
p { color: rgb(207,156,76); }
H1.HeaderClassName
{
color: #CF9C4C;
}
.AnyTagClassName
{
color: #CF9C4C;
}
</style>
background-color css
<style>
a { background-color: #CF9C4C; }
a { background-color: rgb(207,156,76); }
div.DivClassName
{
background-color: #CF9C4C;
}
.BgClassName
{
background-color: #CF9C4C;
}
</style>
border-color css
<style>
span { border-color: #CF9C4C; }
span { border-color: rgb(207,156,76); }
td.TdClassName
{
border-color: #CF9C4C;
}
.TagClassName
{
border-color: #CF9C4C;
}
</style>