Shades of Tussock #CF984D
Tints of Tussock #CF984D
RGB
CMYK
RGB Variations
Color information
#CF984D (or 0xCF984D) is known color: Tussock. HEX triplet: CF, 98 and 4D. RGB value is (207,152,77). Sum of RGB (Red+Green+Blue) = 207+152+77=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF984D is #3067B2. Grayscale: #A0A0A0. Windows color (decimal): -3172275 or 5085391. OLE color: 5085391.
HSL color Cylindrical-coordinate representation of color #CF984D: hue angle of 34.62º 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 #CF984D is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 77 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.19 |
| HSL | 34.62º | 0.58% | 0.56% | - |
| HSV(B) | 34.62º | 0.63% | 0.81% | - |
| XYZ | 38.3 | 36.26 | 12 | - |
| YUV | 159.9 | 81.22 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 77 | 0 | 0.27 | 0.63 | 0.19 | 34.62 | 0.58 | 0.56 |
| Hex | CF | 98 | 4D | 0 | 1B | 3F | 13 | 23 | 3A | 38 |
| Octal | 317 | 230 | 115 | 0 | 33 | 77 | 23 | 43 | 72 | 70 |
| Binary | 11001111 | 10011000 | 1001101 | 0 | 11011 | 111111 | 10011 | 100011 | 111010 | 111000 |
Color Harmonies of #CF984D
Complementary color
Monochromatic Colors of #CF984D
Black with #CF984D
Text Example
Text Example
White with #CF984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF984D; }
p { color: rgb(207,152,77); }
H1.HeaderClassName
{
color: #CF984D;
}
.AnyTagClassName
{
color: #CF984D;
}
</style>
background-color css
<style>
a { background-color: #CF984D; }
a { background-color: rgb(207,152,77); }
div.DivClassName
{
background-color: #CF984D;
}
.BgClassName
{
background-color: #CF984D;
}
</style>
border-color css
<style>
span { border-color: #CF984D; }
span { border-color: rgb(207,152,77); }
td.TdClassName
{
border-color: #CF984D;
}
.TagClassName
{
border-color: #CF984D;
}
</style>