Shades of Tussock #CC994B
Tints of Tussock #CC994B
RGB
CMYK
RGB Variations
Color information
#CC994B (or 0xCC994B) is known color: Tussock. HEX triplet: CC, 99 and 4B. RGB value is (204,153,75). Sum of RGB (Red+Green+Blue) = 204+153+75=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC994B is #3366B4. Grayscale: #9F9F9F. Windows color (decimal): -3368629 or 4954572. OLE color: 4954572.
HSL color Cylindrical-coordinate representation of color #CC994B: hue angle of 36.28º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC994B is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 75 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.2 |
| HSL | 36.28º | 0.56% | 0.55% | - |
| HSV(B) | 36.28º | 0.63% | 0.8% | - |
| XYZ | 37.56 | 36.13 | 11.65 | - |
| YUV | 159.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 75 | 0 | 0.25 | 0.63 | 0.2 | 36.28 | 0.56 | 0.55 |
| Hex | CC | 99 | 4B | 0 | 19 | 3F | 14 | 24 | 38 | 37 |
| Octal | 314 | 231 | 113 | 0 | 31 | 77 | 24 | 44 | 70 | 67 |
| Binary | 11001100 | 10011001 | 1001011 | 0 | 11001 | 111111 | 10100 | 100100 | 111000 | 110111 |
Color Harmonies of #CC994B
Complementary color
Monochromatic Colors of #CC994B
Black with #CC994B
Text Example
Text Example
White with #CC994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC994B; }
p { color: rgb(204,153,75); }
H1.HeaderClassName
{
color: #CC994B;
}
.AnyTagClassName
{
color: #CC994B;
}
</style>
background-color css
<style>
a { background-color: #CC994B; }
a { background-color: rgb(204,153,75); }
div.DivClassName
{
background-color: #CC994B;
}
.BgClassName
{
background-color: #CC994B;
}
</style>
border-color css
<style>
span { border-color: #CC994B; }
span { border-color: rgb(204,153,75); }
td.TdClassName
{
border-color: #CC994B;
}
.TagClassName
{
border-color: #CC994B;
}
</style>