Shades of Tussock #CC974D
Tints of Tussock #CC974D
RGB
CMYK
RGB Variations
Color information
#CC974D (or 0xCC974D) is known color: Tussock. HEX triplet: CC, 97 and 4D. RGB value is (204,151,77). Sum of RGB (Red+Green+Blue) = 204+151+77=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC974D is #3368B2. Grayscale: #9E9E9E. Windows color (decimal): -3369139 or 5085132. OLE color: 5085132.
HSL color Cylindrical-coordinate representation of color #CC974D: hue angle of 34.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC974D is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 77 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.2 |
| HSL | 34.96º | 0.55% | 0.55% | - |
| HSV(B) | 34.96º | 0.62% | 0.8% | - |
| XYZ | 37.31 | 35.51 | 11.91 | - |
| YUV | 158.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 77 | 0 | 0.26 | 0.62 | 0.2 | 34.96 | 0.55 | 0.55 |
| Hex | CC | 97 | 4D | 0 | 1A | 3E | 14 | 23 | 37 | 37 |
| Octal | 314 | 227 | 115 | 0 | 32 | 76 | 24 | 43 | 67 | 67 |
| Binary | 11001100 | 10010111 | 1001101 | 0 | 11010 | 111110 | 10100 | 100011 | 110111 | 110111 |
Color Harmonies of #CC974D
Complementary color
Monochromatic Colors of #CC974D
Black with #CC974D
Text Example
Text Example
White with #CC974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC974D; }
p { color: rgb(204,151,77); }
H1.HeaderClassName
{
color: #CC974D;
}
.AnyTagClassName
{
color: #CC974D;
}
</style>
background-color css
<style>
a { background-color: #CC974D; }
a { background-color: rgb(204,151,77); }
div.DivClassName
{
background-color: #CC974D;
}
.BgClassName
{
background-color: #CC974D;
}
</style>
border-color css
<style>
span { border-color: #CC974D; }
span { border-color: rgb(204,151,77); }
td.TdClassName
{
border-color: #CC974D;
}
.TagClassName
{
border-color: #CC974D;
}
</style>