Shades of Tussock #CF9B4C
Tints of Tussock #CF9B4C
RGB
CMYK
RGB Variations
Color information
#CF9B4C (or 0xCF9B4C) is known color: Tussock. HEX triplet: CF, 9B and 4C. RGB value is (207,155,76). Sum of RGB (Red+Green+Blue) = 207+155+76=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B4C is #3064B3. Grayscale: #A1A1A1. Windows color (decimal): -3171508 or 5020623. OLE color: 5020623.
HSL color Cylindrical-coordinate representation of color #CF9B4C: hue angle of 36.18º 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 #CF9B4C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 76 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.19 |
| HSL | 36.18º | 0.58% | 0.55% | - |
| HSV(B) | 36.18º | 0.63% | 0.81% | - |
| XYZ | 38.76 | 37.23 | 11.98 | - |
| YUV | 161.54 | 79.73 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 76 | 0 | 0.25 | 0.63 | 0.19 | 36.18 | 0.58 | 0.55 |
| Hex | CF | 9B | 4C | 0 | 19 | 3F | 13 | 24 | 3A | 37 |
| Octal | 317 | 233 | 114 | 0 | 31 | 77 | 23 | 44 | 72 | 67 |
| Binary | 11001111 | 10011011 | 1001100 | 0 | 11001 | 111111 | 10011 | 100100 | 111010 | 110111 |
Color Harmonies of #CF9B4C
Complementary color
Monochromatic Colors of #CF9B4C
Black with #CF9B4C
Text Example
Text Example
White with #CF9B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B4C; }
p { color: rgb(207,155,76); }
H1.HeaderClassName
{
color: #CF9B4C;
}
.AnyTagClassName
{
color: #CF9B4C;
}
</style>
background-color css
<style>
a { background-color: #CF9B4C; }
a { background-color: rgb(207,155,76); }
div.DivClassName
{
background-color: #CF9B4C;
}
.BgClassName
{
background-color: #CF9B4C;
}
</style>
border-color css
<style>
span { border-color: #CF9B4C; }
span { border-color: rgb(207,155,76); }
td.TdClassName
{
border-color: #CF9B4C;
}
.TagClassName
{
border-color: #CF9B4C;
}
</style>