Shades of Tussock #CC944D
Tints of Tussock #CC944D
RGB
CMYK
RGB Variations
Color information
#CC944D (or 0xCC944D) is known color: Tussock. HEX triplet: CC, 94 and 4D. RGB value is (204,148,77). Sum of RGB (Red+Green+Blue) = 204+148+77=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC944D is #336BB2. Grayscale: #9C9C9C. Windows color (decimal): -3369907 or 5084364. OLE color: 5084364.
HSL color Cylindrical-coordinate representation of color #CC944D: hue angle of 33.54º 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 #CC944D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 77 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.2 |
| HSL | 33.54º | 0.55% | 0.55% | - |
| HSV(B) | 33.54º | 0.62% | 0.8% | - |
| XYZ | 36.83 | 34.55 | 11.75 | - |
| YUV | 156.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 77 | 0 | 0.27 | 0.62 | 0.2 | 33.54 | 0.55 | 0.55 |
| Hex | CC | 94 | 4D | 0 | 1B | 3E | 14 | 22 | 37 | 37 |
| Octal | 314 | 224 | 115 | 0 | 33 | 76 | 24 | 42 | 67 | 67 |
| Binary | 11001100 | 10010100 | 1001101 | 0 | 11011 | 111110 | 10100 | 100010 | 110111 | 110111 |
Color Harmonies of #CC944D
Complementary color
Monochromatic Colors of #CC944D
Black with #CC944D
Text Example
Text Example
White with #CC944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC944D; }
p { color: rgb(204,148,77); }
H1.HeaderClassName
{
color: #CC944D;
}
.AnyTagClassName
{
color: #CC944D;
}
</style>
background-color css
<style>
a { background-color: #CC944D; }
a { background-color: rgb(204,148,77); }
div.DivClassName
{
background-color: #CC944D;
}
.BgClassName
{
background-color: #CC944D;
}
</style>
border-color css
<style>
span { border-color: #CC944D; }
span { border-color: rgb(204,148,77); }
td.TdClassName
{
border-color: #CC944D;
}
.TagClassName
{
border-color: #CC944D;
}
</style>