Shades of Tussock #CF984C
Tints of Tussock #CF984C
RGB
CMYK
RGB Variations
Color information
#CF984C (or 0xCF984C) is known color: Tussock. HEX triplet: CF, 98 and 4C. RGB value is (207,152,76). Sum of RGB (Red+Green+Blue) = 207+152+76=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF984C is #3067B3. Grayscale: #A0A0A0. Windows color (decimal): -3172276 or 5019855. OLE color: 5019855.
HSL color Cylindrical-coordinate representation of color #CF984C: hue angle of 34.81º 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 #CF984C is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 76 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.19 |
| HSL | 34.81º | 0.58% | 0.55% | - |
| HSV(B) | 34.81º | 0.63% | 0.81% | - |
| XYZ | 38.26 | 36.24 | 11.82 | - |
| YUV | 159.78 | 80.72 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 76 | 0 | 0.27 | 0.63 | 0.19 | 34.81 | 0.58 | 0.55 |
| Hex | CF | 98 | 4C | 0 | 1B | 3F | 13 | 23 | 3A | 37 |
| Octal | 317 | 230 | 114 | 0 | 33 | 77 | 23 | 43 | 72 | 67 |
| Binary | 11001111 | 10011000 | 1001100 | 0 | 11011 | 111111 | 10011 | 100011 | 111010 | 110111 |
Color Harmonies of #CF984C
Complementary color
Monochromatic Colors of #CF984C
Black with #CF984C
Text Example
Text Example
White with #CF984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF984C; }
p { color: rgb(207,152,76); }
H1.HeaderClassName
{
color: #CF984C;
}
.AnyTagClassName
{
color: #CF984C;
}
</style>
background-color css
<style>
a { background-color: #CF984C; }
a { background-color: rgb(207,152,76); }
div.DivClassName
{
background-color: #CF984C;
}
.BgClassName
{
background-color: #CF984C;
}
</style>
border-color css
<style>
span { border-color: #CF984C; }
span { border-color: rgb(207,152,76); }
td.TdClassName
{
border-color: #CF984C;
}
.TagClassName
{
border-color: #CF984C;
}
</style>