Shades of Chocolate #CC5A1D
Tints of Chocolate #CC5A1D
RGB
CMYK
RGB Variations
Color information
#CC5A1D (or 0xCC5A1D) is known color: Chocolate. HEX triplet: CC, 5A and 1D. RGB value is (204,90,29). Sum of RGB (Red+Green+Blue) = 204+90+29=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A1D is #33A5E2. Grayscale: #757575. Windows color (decimal): -3384803 or 1923788. OLE color: 1923788.
HSL color Cylindrical-coordinate representation of color #CC5A1D: hue angle of 20.91º 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 #CC5A1D is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 29 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.2 |
| HSL | 20.91º | 0.75% | 0.46% | - |
| HSV(B) | 20.91º | 0.86% | 0.8% | - |
| XYZ | 28.78 | 20.24 | 3.55 | - |
| YUV | 117.13 | 78.27 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 29 | 0 | 0.56 | 0.86 | 0.2 | 20.91 | 0.75 | 0.46 |
| Hex | CC | 5A | 1D | 0 | 38 | 56 | 14 | 15 | 4B | 2E |
| Octal | 314 | 132 | 35 | 0 | 70 | 126 | 24 | 25 | 113 | 56 |
| Binary | 11001100 | 1011010 | 11101 | 0 | 111000 | 1010110 | 10100 | 10101 | 1001011 | 101110 |
Color Harmonies of #CC5A1D
Complementary color
Monochromatic Colors of #CC5A1D
Black with #CC5A1D
Text Example
Text Example
White with #CC5A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A1D; }
p { color: rgb(204,90,29); }
H1.HeaderClassName
{
color: #CC5A1D;
}
.AnyTagClassName
{
color: #CC5A1D;
}
</style>
background-color css
<style>
a { background-color: #CC5A1D; }
a { background-color: rgb(204,90,29); }
div.DivClassName
{
background-color: #CC5A1D;
}
.BgClassName
{
background-color: #CC5A1D;
}
</style>
border-color css
<style>
span { border-color: #CC5A1D; }
span { border-color: rgb(204,90,29); }
td.TdClassName
{
border-color: #CC5A1D;
}
.TagClassName
{
border-color: #CC5A1D;
}
</style>