Shades of Chocolate #CC5C1D
Tints of Chocolate #CC5C1D
RGB
CMYK
RGB Variations
Color information
#CC5C1D (or 0xCC5C1D) is known color: Chocolate. HEX triplet: CC, 5C and 1D. RGB value is (204,92,29). Sum of RGB (Red+Green+Blue) = 204+92+29=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C1D is #33A3E2. Grayscale: #767676. Windows color (decimal): -3384291 or 1924300. OLE color: 1924300.
HSL color Cylindrical-coordinate representation of color #CC5C1D: hue angle of 21.6º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC5C1D is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 29 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.2 |
| HSL | 21.6º | 0.75% | 0.46% | - |
| HSV(B) | 21.6º | 0.86% | 0.8% | - |
| XYZ | 28.95 | 20.58 | 3.61 | - |
| YUV | 118.31 | 77.61 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 29 | 0 | 0.55 | 0.86 | 0.2 | 21.6 | 0.75 | 0.46 |
| Hex | CC | 5C | 1D | 0 | 37 | 56 | 14 | 16 | 4B | 2E |
| Octal | 314 | 134 | 35 | 0 | 67 | 126 | 24 | 26 | 113 | 56 |
| Binary | 11001100 | 1011100 | 11101 | 0 | 110111 | 1010110 | 10100 | 10110 | 1001011 | 101110 |
Color Harmonies of #CC5C1D
Complementary color
Monochromatic Colors of #CC5C1D
Black with #CC5C1D
Text Example
Text Example
White with #CC5C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C1D; }
p { color: rgb(204,92,29); }
H1.HeaderClassName
{
color: #CC5C1D;
}
.AnyTagClassName
{
color: #CC5C1D;
}
</style>
background-color css
<style>
a { background-color: #CC5C1D; }
a { background-color: rgb(204,92,29); }
div.DivClassName
{
background-color: #CC5C1D;
}
.BgClassName
{
background-color: #CC5C1D;
}
</style>
border-color css
<style>
span { border-color: #CC5C1D; }
span { border-color: rgb(204,92,29); }
td.TdClassName
{
border-color: #CC5C1D;
}
.TagClassName
{
border-color: #CC5C1D;
}
</style>