Shades of Chocolate #CC581D
Tints of Chocolate #CC581D
RGB
CMYK
RGB Variations
Color information
#CC581D (or 0xCC581D) is known color: Chocolate. HEX triplet: CC, 58 and 1D. RGB value is (204,88,29). Sum of RGB (Red+Green+Blue) = 204+88+29=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC581D is #33A7E2. Grayscale: #747474. Windows color (decimal): -3385315 or 1923276. OLE color: 1923276.
HSL color Cylindrical-coordinate representation of color #CC581D: hue angle of 20.23º 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 #CC581D is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 29 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.2 |
| HSL | 20.23º | 0.75% | 0.46% | - |
| HSV(B) | 20.23º | 0.86% | 0.8% | - |
| XYZ | 28.61 | 19.91 | 3.5 | - |
| YUV | 115.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 29 | 0 | 0.57 | 0.86 | 0.2 | 20.23 | 0.75 | 0.46 |
| Hex | CC | 58 | 1D | 0 | 39 | 56 | 14 | 14 | 4B | 2E |
| Octal | 314 | 130 | 35 | 0 | 71 | 126 | 24 | 24 | 113 | 56 |
| Binary | 11001100 | 1011000 | 11101 | 0 | 111001 | 1010110 | 10100 | 10100 | 1001011 | 101110 |
Color Harmonies of #CC581D
Complementary color
Monochromatic Colors of #CC581D
Black with #CC581D
Text Example
Text Example
White with #CC581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC581D; }
p { color: rgb(204,88,29); }
H1.HeaderClassName
{
color: #CC581D;
}
.AnyTagClassName
{
color: #CC581D;
}
</style>
background-color css
<style>
a { background-color: #CC581D; }
a { background-color: rgb(204,88,29); }
div.DivClassName
{
background-color: #CC581D;
}
.BgClassName
{
background-color: #CC581D;
}
</style>
border-color css
<style>
span { border-color: #CC581D; }
span { border-color: rgb(204,88,29); }
td.TdClassName
{
border-color: #CC581D;
}
.TagClassName
{
border-color: #CC581D;
}
</style>