Shades of Tussock #CF944C
Tints of Tussock #CF944C
RGB
CMYK
RGB Variations
Color information
#CF944C (or 0xCF944C) is known color: Tussock. HEX triplet: CF, 94 and 4C. RGB value is (207,148,76). Sum of RGB (Red+Green+Blue) = 207+148+76=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF944C is #306BB3. Grayscale: #9D9D9D. Windows color (decimal): -3173300 or 5018831. OLE color: 5018831.
HSL color Cylindrical-coordinate representation of color #CF944C: hue angle of 32.98º 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 #CF944C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 76 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.19 |
| HSL | 32.98º | 0.58% | 0.55% | - |
| HSV(B) | 32.98º | 0.63% | 0.81% | - |
| XYZ | 37.63 | 34.97 | 11.6 | - |
| YUV | 157.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 76 | 0 | 0.29 | 0.63 | 0.19 | 32.98 | 0.58 | 0.55 |
| Hex | CF | 94 | 4C | 0 | 1D | 3F | 13 | 21 | 3A | 37 |
| Octal | 317 | 224 | 114 | 0 | 35 | 77 | 23 | 41 | 72 | 67 |
| Binary | 11001111 | 10010100 | 1001100 | 0 | 11101 | 111111 | 10011 | 100001 | 111010 | 110111 |
Color Harmonies of #CF944C
Complementary color
Monochromatic Colors of #CF944C
Black with #CF944C
Text Example
Text Example
White with #CF944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF944C; }
p { color: rgb(207,148,76); }
H1.HeaderClassName
{
color: #CF944C;
}
.AnyTagClassName
{
color: #CF944C;
}
</style>
background-color css
<style>
a { background-color: #CF944C; }
a { background-color: rgb(207,148,76); }
div.DivClassName
{
background-color: #CF944C;
}
.BgClassName
{
background-color: #CF944C;
}
</style>
border-color css
<style>
span { border-color: #CF944C; }
span { border-color: rgb(207,148,76); }
td.TdClassName
{
border-color: #CF944C;
}
.TagClassName
{
border-color: #CF944C;
}
</style>