Shades of Chocolate #CC5E12
Tints of Chocolate #CC5E12
RGB
CMYK
RGB Variations
Color information
#CC5E12 (or 0xCC5E12) is known color: Chocolate. HEX triplet: CC, 5E and 12. RGB value is (204,94,18). Sum of RGB (Red+Green+Blue) = 204+94+18=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5E12 is #33A1ED. Grayscale: #767676. Windows color (decimal): -3383790 or 1203916. OLE color: 1203916.
HSL color Cylindrical-coordinate representation of color #CC5E12: hue angle of 24.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC5E12 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 18 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.2 |
| HSL | 24.52º | 0.84% | 0.44% | - |
| HSV(B) | 24.52º | 0.91% | 0.8% | - |
| XYZ | 29.01 | 20.89 | 3.07 | - |
| YUV | 118.23 | 71.44 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 18 | 0 | 0.54 | 0.91 | 0.2 | 24.52 | 0.84 | 0.44 |
| Hex | CC | 5E | 12 | 0 | 36 | 5B | 14 | 19 | 54 | 2C |
| Octal | 314 | 136 | 22 | 0 | 66 | 133 | 24 | 31 | 124 | 54 |
| Binary | 11001100 | 1011110 | 10010 | 0 | 110110 | 1011011 | 10100 | 11001 | 1010100 | 101100 |
Color Harmonies of #CC5E12
Complementary color
Monochromatic Colors of #CC5E12
Black with #CC5E12
Text Example
Text Example
White with #CC5E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E12; }
p { color: rgb(204,94,18); }
H1.HeaderClassName
{
color: #CC5E12;
}
.AnyTagClassName
{
color: #CC5E12;
}
</style>
background-color css
<style>
a { background-color: #CC5E12; }
a { background-color: rgb(204,94,18); }
div.DivClassName
{
background-color: #CC5E12;
}
.BgClassName
{
background-color: #CC5E12;
}
</style>
border-color css
<style>
span { border-color: #CC5E12; }
span { border-color: rgb(204,94,18); }
td.TdClassName
{
border-color: #CC5E12;
}
.TagClassName
{
border-color: #CC5E12;
}
</style>