Shades of Chocolate #CC5D1C
Tints of Chocolate #CC5D1C
RGB
CMYK
RGB Variations
Color information
#CC5D1C (or 0xCC5D1C) is known color: Chocolate. HEX triplet: CC, 5D and 1C. RGB value is (204,93,28). Sum of RGB (Red+Green+Blue) = 204+93+28=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D1C is #33A2E3. Grayscale: #777777. Windows color (decimal): -3384036 or 1859020. OLE color: 1859020.
HSL color Cylindrical-coordinate representation of color #CC5D1C: hue angle of 22.16º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC5D1C is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 28 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.2 |
| HSL | 22.16º | 0.76% | 0.45% | - |
| HSV(B) | 22.16º | 0.86% | 0.8% | - |
| XYZ | 29.03 | 20.75 | 3.57 | - |
| YUV | 118.78 | 76.77 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 28 | 0 | 0.54 | 0.86 | 0.2 | 22.16 | 0.76 | 0.45 |
| Hex | CC | 5D | 1C | 0 | 36 | 56 | 14 | 16 | 4C | 2D |
| Octal | 314 | 135 | 34 | 0 | 66 | 126 | 24 | 26 | 114 | 55 |
| Binary | 11001100 | 1011101 | 11100 | 0 | 110110 | 1010110 | 10100 | 10110 | 1001100 | 101101 |
Color Harmonies of #CC5D1C
Complementary color
Monochromatic Colors of #CC5D1C
Black with #CC5D1C
Text Example
Text Example
White with #CC5D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D1C; }
p { color: rgb(204,93,28); }
H1.HeaderClassName
{
color: #CC5D1C;
}
.AnyTagClassName
{
color: #CC5D1C;
}
</style>
background-color css
<style>
a { background-color: #CC5D1C; }
a { background-color: rgb(204,93,28); }
div.DivClassName
{
background-color: #CC5D1C;
}
.BgClassName
{
background-color: #CC5D1C;
}
</style>
border-color css
<style>
span { border-color: #CC5D1C; }
span { border-color: rgb(204,93,28); }
td.TdClassName
{
border-color: #CC5D1C;
}
.TagClassName
{
border-color: #CC5D1C;
}
</style>