Shades of Tussock #CC924B
Tints of Tussock #CC924B
RGB
CMYK
RGB Variations
Color information
#CC924B (or 0xCC924B) is known color: Tussock. HEX triplet: CC, 92 and 4B. RGB value is (204,146,75). Sum of RGB (Red+Green+Blue) = 204+146+75=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC924B is #336DB4. Grayscale: #9B9B9B. Windows color (decimal): -3370421 or 4952780. OLE color: 4952780.
HSL color Cylindrical-coordinate representation of color #CC924B: hue angle of 33.02º 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 #CC924B is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 75 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.2 |
| HSL | 33.02º | 0.56% | 0.55% | - |
| HSV(B) | 33.02º | 0.63% | 0.8% | - |
| XYZ | 36.45 | 33.9 | 11.28 | - |
| YUV | 155.25 | 82.72 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 75 | 0 | 0.28 | 0.63 | 0.2 | 33.02 | 0.56 | 0.55 |
| Hex | CC | 92 | 4B | 0 | 1C | 3F | 14 | 21 | 38 | 37 |
| Octal | 314 | 222 | 113 | 0 | 34 | 77 | 24 | 41 | 70 | 67 |
| Binary | 11001100 | 10010010 | 1001011 | 0 | 11100 | 111111 | 10100 | 100001 | 111000 | 110111 |
Color Harmonies of #CC924B
Complementary color
Monochromatic Colors of #CC924B
Black with #CC924B
Text Example
Text Example
White with #CC924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC924B; }
p { color: rgb(204,146,75); }
H1.HeaderClassName
{
color: #CC924B;
}
.AnyTagClassName
{
color: #CC924B;
}
</style>
background-color css
<style>
a { background-color: #CC924B; }
a { background-color: rgb(204,146,75); }
div.DivClassName
{
background-color: #CC924B;
}
.BgClassName
{
background-color: #CC924B;
}
</style>
border-color css
<style>
span { border-color: #CC924B; }
span { border-color: rgb(204,146,75); }
td.TdClassName
{
border-color: #CC924B;
}
.TagClassName
{
border-color: #CC924B;
}
</style>