Shades of Tussock #CC984A
Tints of Tussock #CC984A
RGB
CMYK
RGB Variations
Color information
#CC984A (or 0xCC984A) is known color: Tussock. HEX triplet: CC, 98 and 4A. RGB value is (204,152,74). Sum of RGB (Red+Green+Blue) = 204+152+74=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC984A is #3367B5. Grayscale: #9F9F9F. Windows color (decimal): -3368886 or 4888780. OLE color: 4888780.
HSL color Cylindrical-coordinate representation of color #CC984A: hue angle of 36º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC984A is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 74 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.2 |
| HSL | 36º | 0.56% | 0.55% | - |
| HSV(B) | 36º | 0.64% | 0.8% | - |
| XYZ | 37.37 | 35.79 | 11.42 | - |
| YUV | 158.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 74 | 0 | 0.25 | 0.64 | 0.2 | 36 | 0.56 | 0.55 |
| Hex | CC | 98 | 4A | 0 | 19 | 40 | 14 | 24 | 38 | 37 |
| Octal | 314 | 230 | 112 | 0 | 31 | 100 | 24 | 44 | 70 | 67 |
| Binary | 11001100 | 10011000 | 1001010 | 0 | 11001 | 1000000 | 10100 | 100100 | 111000 | 110111 |
Color Harmonies of #CC984A
Complementary color
Monochromatic Colors of #CC984A
Black with #CC984A
Text Example
Text Example
White with #CC984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC984A; }
p { color: rgb(204,152,74); }
H1.HeaderClassName
{
color: #CC984A;
}
.AnyTagClassName
{
color: #CC984A;
}
</style>
background-color css
<style>
a { background-color: #CC984A; }
a { background-color: rgb(204,152,74); }
div.DivClassName
{
background-color: #CC984A;
}
.BgClassName
{
background-color: #CC984A;
}
</style>
border-color css
<style>
span { border-color: #CC984A; }
span { border-color: rgb(204,152,74); }
td.TdClassName
{
border-color: #CC984A;
}
.TagClassName
{
border-color: #CC984A;
}
</style>