Shades of Tussock #CF964C
Tints of Tussock #CF964C
RGB
CMYK
RGB Variations
Color information
#CF964C (or 0xCF964C) is known color: Tussock. HEX triplet: CF, 96 and 4C. RGB value is (207,150,76). Sum of RGB (Red+Green+Blue) = 207+150+76=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF964C is #3069B3. Grayscale: #9E9E9E. Windows color (decimal): -3172788 or 5019343. OLE color: 5019343.
HSL color Cylindrical-coordinate representation of color #CF964C: hue angle of 33.89º 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 #CF964C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 76 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.19 |
| HSL | 33.89º | 0.58% | 0.55% | - |
| HSV(B) | 33.89º | 0.63% | 0.81% | - |
| XYZ | 37.94 | 35.6 | 11.71 | - |
| YUV | 158.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 76 | 0 | 0.28 | 0.63 | 0.19 | 33.89 | 0.58 | 0.55 |
| Hex | CF | 96 | 4C | 0 | 1C | 3F | 13 | 22 | 3A | 37 |
| Octal | 317 | 226 | 114 | 0 | 34 | 77 | 23 | 42 | 72 | 67 |
| Binary | 11001111 | 10010110 | 1001100 | 0 | 11100 | 111111 | 10011 | 100010 | 111010 | 110111 |
Color Harmonies of #CF964C
Complementary color
Monochromatic Colors of #CF964C
Black with #CF964C
Text Example
Text Example
White with #CF964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF964C; }
p { color: rgb(207,150,76); }
H1.HeaderClassName
{
color: #CF964C;
}
.AnyTagClassName
{
color: #CF964C;
}
</style>
background-color css
<style>
a { background-color: #CF964C; }
a { background-color: rgb(207,150,76); }
div.DivClassName
{
background-color: #CF964C;
}
.BgClassName
{
background-color: #CF964C;
}
</style>
border-color css
<style>
span { border-color: #CF964C; }
span { border-color: rgb(207,150,76); }
td.TdClassName
{
border-color: #CF964C;
}
.TagClassName
{
border-color: #CF964C;
}
</style>