Shades of Chocolate #CC551D
Tints of Chocolate #CC551D
RGB
CMYK
RGB Variations
Color information
#CC551D (or 0xCC551D) is known color: Chocolate. HEX triplet: CC, 55 and 1D. RGB value is (204,85,29). Sum of RGB (Red+Green+Blue) = 204+85+29=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC551D is #33AAE2. Grayscale: #727272. Windows color (decimal): -3386083 or 1922508. OLE color: 1922508.
HSL color Cylindrical-coordinate representation of color #CC551D: hue angle of 19.2º 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 #CC551D is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 29 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.2 |
| HSL | 19.2º | 0.75% | 0.46% | - |
| HSV(B) | 19.2º | 0.86% | 0.8% | - |
| XYZ | 28.37 | 19.42 | 3.42 | - |
| YUV | 114.2 | 79.92 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 29 | 0 | 0.58 | 0.86 | 0.2 | 19.2 | 0.75 | 0.46 |
| Hex | CC | 55 | 1D | 0 | 3A | 56 | 14 | 13 | 4B | 2E |
| Octal | 314 | 125 | 35 | 0 | 72 | 126 | 24 | 23 | 113 | 56 |
| Binary | 11001100 | 1010101 | 11101 | 0 | 111010 | 1010110 | 10100 | 10011 | 1001011 | 101110 |
Color Harmonies of #CC551D
Complementary color
Monochromatic Colors of #CC551D
Black with #CC551D
Text Example
Text Example
White with #CC551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC551D; }
p { color: rgb(204,85,29); }
H1.HeaderClassName
{
color: #CC551D;
}
.AnyTagClassName
{
color: #CC551D;
}
</style>
background-color css
<style>
a { background-color: #CC551D; }
a { background-color: rgb(204,85,29); }
div.DivClassName
{
background-color: #CC551D;
}
.BgClassName
{
background-color: #CC551D;
}
</style>
border-color css
<style>
span { border-color: #CC551D; }
span { border-color: rgb(204,85,29); }
td.TdClassName
{
border-color: #CC551D;
}
.TagClassName
{
border-color: #CC551D;
}
</style>