Shades of Tussock #CF9A4D
Tints of Tussock #CF9A4D
RGB
CMYK
RGB Variations
Color information
#CF9A4D (or 0xCF9A4D) is known color: Tussock. HEX triplet: CF, 9A and 4D. RGB value is (207,154,77). Sum of RGB (Red+Green+Blue) = 207+154+77=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A4D is #3065B2. Grayscale: #A1A1A1. Windows color (decimal): -3171763 or 5085903. OLE color: 5085903.
HSL color Cylindrical-coordinate representation of color #CF9A4D: hue angle of 35.54º 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 #CF9A4D is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 77 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.19 |
| HSL | 35.54º | 0.58% | 0.56% | - |
| HSV(B) | 35.54º | 0.63% | 0.81% | - |
| XYZ | 38.63 | 36.91 | 12.11 | - |
| YUV | 161.07 | 80.56 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 77 | 0 | 0.26 | 0.63 | 0.19 | 35.54 | 0.58 | 0.56 |
| Hex | CF | 9A | 4D | 0 | 1A | 3F | 13 | 24 | 3A | 38 |
| Octal | 317 | 232 | 115 | 0 | 32 | 77 | 23 | 44 | 72 | 70 |
| Binary | 11001111 | 10011010 | 1001101 | 0 | 11010 | 111111 | 10011 | 100100 | 111010 | 111000 |
Color Harmonies of #CF9A4D
Complementary color
Monochromatic Colors of #CF9A4D
Black with #CF9A4D
Text Example
Text Example
White with #CF9A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A4D; }
p { color: rgb(207,154,77); }
H1.HeaderClassName
{
color: #CF9A4D;
}
.AnyTagClassName
{
color: #CF9A4D;
}
</style>
background-color css
<style>
a { background-color: #CF9A4D; }
a { background-color: rgb(207,154,77); }
div.DivClassName
{
background-color: #CF9A4D;
}
.BgClassName
{
background-color: #CF9A4D;
}
</style>
border-color css
<style>
span { border-color: #CF9A4D; }
span { border-color: rgb(207,154,77); }
td.TdClassName
{
border-color: #CF9A4D;
}
.TagClassName
{
border-color: #CF9A4D;
}
</style>