Shades of Tussock #CF964D
Tints of Tussock #CF964D
RGB
CMYK
RGB Variations
Color information
#CF964D (or 0xCF964D) is known color: Tussock. HEX triplet: CF, 96 and 4D. RGB value is (207,150,77). Sum of RGB (Red+Green+Blue) = 207+150+77=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF964D is #3069B2. Grayscale: #9F9F9F. Windows color (decimal): -3172787 or 5084879. OLE color: 5084879.
HSL color Cylindrical-coordinate representation of color #CF964D: hue angle of 33.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF964D is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 77 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.19 |
| HSL | 33.69º | 0.58% | 0.56% | - |
| HSV(B) | 33.69º | 0.63% | 0.81% | - |
| XYZ | 37.98 | 35.61 | 11.89 | - |
| YUV | 158.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 77 | 0 | 0.28 | 0.63 | 0.19 | 33.69 | 0.58 | 0.56 |
| Hex | CF | 96 | 4D | 0 | 1C | 3F | 13 | 22 | 3A | 38 |
| Octal | 317 | 226 | 115 | 0 | 34 | 77 | 23 | 42 | 72 | 70 |
| Binary | 11001111 | 10010110 | 1001101 | 0 | 11100 | 111111 | 10011 | 100010 | 111010 | 111000 |
Color Harmonies of #CF964D
Complementary color
Monochromatic Colors of #CF964D
Black with #CF964D
Text Example
Text Example
White with #CF964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF964D; }
p { color: rgb(207,150,77); }
H1.HeaderClassName
{
color: #CF964D;
}
.AnyTagClassName
{
color: #CF964D;
}
</style>
background-color css
<style>
a { background-color: #CF964D; }
a { background-color: rgb(207,150,77); }
div.DivClassName
{
background-color: #CF964D;
}
.BgClassName
{
background-color: #CF964D;
}
</style>
border-color css
<style>
span { border-color: #CF964D; }
span { border-color: rgb(207,150,77); }
td.TdClassName
{
border-color: #CF964D;
}
.TagClassName
{
border-color: #CF964D;
}
</style>