Shades of Tussock #CF954C
Tints of Tussock #CF954C
RGB
CMYK
RGB Variations
Color information
#CF954C (or 0xCF954C) is known color: Tussock. HEX triplet: CF, 95 and 4C. RGB value is (207,149,76). Sum of RGB (Red+Green+Blue) = 207+149+76=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF954C is #306AB3. Grayscale: #9E9E9E. Windows color (decimal): -3173044 or 5019087. OLE color: 5019087.
HSL color Cylindrical-coordinate representation of color #CF954C: hue angle of 33.44º 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 #CF954C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 76 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.19 |
| HSL | 33.44º | 0.58% | 0.55% | - |
| HSV(B) | 33.44º | 0.63% | 0.81% | - |
| XYZ | 37.78 | 35.28 | 11.66 | - |
| YUV | 158.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 76 | 0 | 0.28 | 0.63 | 0.19 | 33.44 | 0.58 | 0.55 |
| Hex | CF | 95 | 4C | 0 | 1C | 3F | 13 | 21 | 3A | 37 |
| Octal | 317 | 225 | 114 | 0 | 34 | 77 | 23 | 41 | 72 | 67 |
| Binary | 11001111 | 10010101 | 1001100 | 0 | 11100 | 111111 | 10011 | 100001 | 111010 | 110111 |
Color Harmonies of #CF954C
Complementary color
Monochromatic Colors of #CF954C
Black with #CF954C
Text Example
Text Example
White with #CF954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF954C; }
p { color: rgb(207,149,76); }
H1.HeaderClassName
{
color: #CF954C;
}
.AnyTagClassName
{
color: #CF954C;
}
</style>
background-color css
<style>
a { background-color: #CF954C; }
a { background-color: rgb(207,149,76); }
div.DivClassName
{
background-color: #CF954C;
}
.BgClassName
{
background-color: #CF954C;
}
</style>
border-color css
<style>
span { border-color: #CF954C; }
span { border-color: rgb(207,149,76); }
td.TdClassName
{
border-color: #CF954C;
}
.TagClassName
{
border-color: #CF954C;
}
</style>