Shades of Chocolate #CC611D
Tints of Chocolate #CC611D
RGB
CMYK
RGB Variations
Color information
#CC611D (or 0xCC611D) is known color: Chocolate. HEX triplet: CC, 61 and 1D. RGB value is (204,97,29). Sum of RGB (Red+Green+Blue) = 204+97+29=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC611D is #339EE2. Grayscale: #797979. Windows color (decimal): -3383011 or 1925580. OLE color: 1925580.
HSL color Cylindrical-coordinate representation of color #CC611D: hue angle of 23.31º 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 #CC611D is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 29 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.2 |
| HSL | 23.31º | 0.75% | 0.46% | - |
| HSV(B) | 23.31º | 0.86% | 0.8% | - |
| XYZ | 29.4 | 21.48 | 3.76 | - |
| YUV | 121.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 29 | 0 | 0.52 | 0.86 | 0.2 | 23.31 | 0.75 | 0.46 |
| Hex | CC | 61 | 1D | 0 | 34 | 56 | 14 | 17 | 4B | 2E |
| Octal | 314 | 141 | 35 | 0 | 64 | 126 | 24 | 27 | 113 | 56 |
| Binary | 11001100 | 1100001 | 11101 | 0 | 110100 | 1010110 | 10100 | 10111 | 1001011 | 101110 |
Color Harmonies of #CC611D
Complementary color
Monochromatic Colors of #CC611D
Black with #CC611D
Text Example
Text Example
White with #CC611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC611D; }
p { color: rgb(204,97,29); }
H1.HeaderClassName
{
color: #CC611D;
}
.AnyTagClassName
{
color: #CC611D;
}
</style>
background-color css
<style>
a { background-color: #CC611D; }
a { background-color: rgb(204,97,29); }
div.DivClassName
{
background-color: #CC611D;
}
.BgClassName
{
background-color: #CC611D;
}
</style>
border-color css
<style>
span { border-color: #CC611D; }
span { border-color: rgb(204,97,29); }
td.TdClassName
{
border-color: #CC611D;
}
.TagClassName
{
border-color: #CC611D;
}
</style>