Shades of Tussock #CC934B
Tints of Tussock #CC934B
RGB
CMYK
RGB Variations
Color information
#CC934B (or 0xCC934B) is known color: Tussock. HEX triplet: CC, 93 and 4B. RGB value is (204,147,75). Sum of RGB (Red+Green+Blue) = 204+147+75=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC934B is #336CB4. Grayscale: #9C9C9C. Windows color (decimal): -3370165 or 4953036. OLE color: 4953036.
HSL color Cylindrical-coordinate representation of color #CC934B: hue angle of 33.49º 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 #CC934B is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 75 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.2 |
| HSL | 33.49º | 0.56% | 0.55% | - |
| HSV(B) | 33.49º | 0.63% | 0.8% | - |
| XYZ | 36.61 | 34.21 | 11.33 | - |
| YUV | 155.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 75 | 0 | 0.28 | 0.63 | 0.2 | 33.49 | 0.56 | 0.55 |
| Hex | CC | 93 | 4B | 0 | 1C | 3F | 14 | 21 | 38 | 37 |
| Octal | 314 | 223 | 113 | 0 | 34 | 77 | 24 | 41 | 70 | 67 |
| Binary | 11001100 | 10010011 | 1001011 | 0 | 11100 | 111111 | 10100 | 100001 | 111000 | 110111 |
Color Harmonies of #CC934B
Complementary color
Monochromatic Colors of #CC934B
Black with #CC934B
Text Example
Text Example
White with #CC934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC934B; }
p { color: rgb(204,147,75); }
H1.HeaderClassName
{
color: #CC934B;
}
.AnyTagClassName
{
color: #CC934B;
}
</style>
background-color css
<style>
a { background-color: #CC934B; }
a { background-color: rgb(204,147,75); }
div.DivClassName
{
background-color: #CC934B;
}
.BgClassName
{
background-color: #CC934B;
}
</style>
border-color css
<style>
span { border-color: #CC934B; }
span { border-color: rgb(204,147,75); }
td.TdClassName
{
border-color: #CC934B;
}
.TagClassName
{
border-color: #CC934B;
}
</style>