Shades of Tussock #CC934D
Tints of Tussock #CC934D
RGB
CMYK
RGB Variations
Color information
#CC934D (or 0xCC934D) is known color: Tussock. HEX triplet: CC, 93 and 4D. RGB value is (204,147,77). Sum of RGB (Red+Green+Blue) = 204+147+77=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC934D is #336CB2. Grayscale: #9C9C9C. Windows color (decimal): -3370163 or 5084108. OLE color: 5084108.
HSL color Cylindrical-coordinate representation of color #CC934D: hue angle of 33.07º 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 #CC934D is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 77 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.2 |
| HSL | 33.07º | 0.55% | 0.55% | - |
| HSV(B) | 33.07º | 0.62% | 0.8% | - |
| XYZ | 36.68 | 34.24 | 11.7 | - |
| YUV | 156.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 77 | 0 | 0.28 | 0.62 | 0.2 | 33.07 | 0.55 | 0.55 |
| Hex | CC | 93 | 4D | 0 | 1C | 3E | 14 | 21 | 37 | 37 |
| Octal | 314 | 223 | 115 | 0 | 34 | 76 | 24 | 41 | 67 | 67 |
| Binary | 11001100 | 10010011 | 1001101 | 0 | 11100 | 111110 | 10100 | 100001 | 110111 | 110111 |
Color Harmonies of #CC934D
Complementary color
Monochromatic Colors of #CC934D
Black with #CC934D
Text Example
Text Example
White with #CC934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC934D; }
p { color: rgb(204,147,77); }
H1.HeaderClassName
{
color: #CC934D;
}
.AnyTagClassName
{
color: #CC934D;
}
</style>
background-color css
<style>
a { background-color: #CC934D; }
a { background-color: rgb(204,147,77); }
div.DivClassName
{
background-color: #CC934D;
}
.BgClassName
{
background-color: #CC934D;
}
</style>
border-color css
<style>
span { border-color: #CC934D; }
span { border-color: rgb(204,147,77); }
td.TdClassName
{
border-color: #CC934D;
}
.TagClassName
{
border-color: #CC934D;
}
</style>