Shades of Chocolate #CC5C14
Tints of Chocolate #CC5C14
RGB
CMYK
RGB Variations
Color information
#CC5C14 (or 0xCC5C14) is known color: Chocolate. HEX triplet: CC, 5C and 14. RGB value is (204,92,20). Sum of RGB (Red+Green+Blue) = 204+92+20=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5C14 is #33A3EB. Grayscale: #757575. Windows color (decimal): -3384300 or 1334476. OLE color: 1334476.
HSL color Cylindrical-coordinate representation of color #CC5C14: hue angle of 23.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC5C14 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 20 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.2 |
| HSL | 23.48º | 0.82% | 0.44% | - |
| HSV(B) | 23.48º | 0.9% | 0.8% | - |
| XYZ | 28.86 | 20.54 | 3.11 | - |
| YUV | 117.28 | 73.11 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 20 | 0 | 0.55 | 0.90 | 0.2 | 23.48 | 0.82 | 0.44 |
| Hex | CC | 5C | 14 | 0 | 37 | 5A | 14 | 17 | 52 | 2C |
| Octal | 314 | 134 | 24 | 0 | 67 | 132 | 24 | 27 | 122 | 54 |
| Binary | 11001100 | 1011100 | 10100 | 0 | 110111 | 1011010 | 10100 | 10111 | 1010010 | 101100 |
Color Harmonies of #CC5C14
Complementary color
Monochromatic Colors of #CC5C14
Black with #CC5C14
Text Example
Text Example
White with #CC5C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C14; }
p { color: rgb(204,92,20); }
H1.HeaderClassName
{
color: #CC5C14;
}
.AnyTagClassName
{
color: #CC5C14;
}
</style>
background-color css
<style>
a { background-color: #CC5C14; }
a { background-color: rgb(204,92,20); }
div.DivClassName
{
background-color: #CC5C14;
}
.BgClassName
{
background-color: #CC5C14;
}
</style>
border-color css
<style>
span { border-color: #CC5C14; }
span { border-color: rgb(204,92,20); }
td.TdClassName
{
border-color: #CC5C14;
}
.TagClassName
{
border-color: #CC5C14;
}
</style>