Shades of Tussock #CF974D
Tints of Tussock #CF974D
RGB
CMYK
RGB Variations
Color information
#CF974D (or 0xCF974D) is known color: Tussock. HEX triplet: CF, 97 and 4D. RGB value is (207,151,77). Sum of RGB (Red+Green+Blue) = 207+151+77=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF974D is #3068B2. Grayscale: #9F9F9F. Windows color (decimal): -3172531 or 5085135. OLE color: 5085135.
HSL color Cylindrical-coordinate representation of color #CF974D: hue angle of 34.15º 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 #CF974D is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 77 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.19 |
| HSL | 34.15º | 0.58% | 0.56% | - |
| HSV(B) | 34.15º | 0.63% | 0.81% | - |
| XYZ | 38.14 | 35.93 | 11.95 | - |
| YUV | 159.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 77 | 0 | 0.27 | 0.63 | 0.19 | 34.15 | 0.58 | 0.56 |
| Hex | CF | 97 | 4D | 0 | 1B | 3F | 13 | 22 | 3A | 38 |
| Octal | 317 | 227 | 115 | 0 | 33 | 77 | 23 | 42 | 72 | 70 |
| Binary | 11001111 | 10010111 | 1001101 | 0 | 11011 | 111111 | 10011 | 100010 | 111010 | 111000 |
Color Harmonies of #CF974D
Complementary color
Monochromatic Colors of #CF974D
Black with #CF974D
Text Example
Text Example
White with #CF974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF974D; }
p { color: rgb(207,151,77); }
H1.HeaderClassName
{
color: #CF974D;
}
.AnyTagClassName
{
color: #CF974D;
}
</style>
background-color css
<style>
a { background-color: #CF974D; }
a { background-color: rgb(207,151,77); }
div.DivClassName
{
background-color: #CF974D;
}
.BgClassName
{
background-color: #CF974D;
}
</style>
border-color css
<style>
span { border-color: #CF974D; }
span { border-color: rgb(207,151,77); }
td.TdClassName
{
border-color: #CF974D;
}
.TagClassName
{
border-color: #CF974D;
}
</style>