Shades of Chocolate #CC581E
Tints of Chocolate #CC581E
RGB
CMYK
RGB Variations
Color information
#CC581E (or 0xCC581E) is known color: Chocolate. HEX triplet: CC, 58 and 1E. RGB value is (204,88,30). Sum of RGB (Red+Green+Blue) = 204+88+30=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC581E is #33A7E1. Grayscale: #747474. Windows color (decimal): -3385314 or 1988812. OLE color: 1988812.
HSL color Cylindrical-coordinate representation of color #CC581E: hue angle of 20º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC581E is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 30 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.2 |
| HSL | 20º | 0.74% | 0.46% | - |
| HSV(B) | 20º | 0.85% | 0.8% | - |
| XYZ | 28.63 | 19.91 | 3.56 | - |
| YUV | 116.07 | 79.43 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 30 | 0 | 0.57 | 0.85 | 0.2 | 20 | 0.74 | 0.46 |
| Hex | CC | 58 | 1E | 0 | 39 | 55 | 14 | 14 | 4A | 2E |
| Octal | 314 | 130 | 36 | 0 | 71 | 125 | 24 | 24 | 112 | 56 |
| Binary | 11001100 | 1011000 | 11110 | 0 | 111001 | 1010101 | 10100 | 10100 | 1001010 | 101110 |
Color Harmonies of #CC581E
Complementary color
Monochromatic Colors of #CC581E
Black with #CC581E
Text Example
Text Example
White with #CC581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC581E; }
p { color: rgb(204,88,30); }
H1.HeaderClassName
{
color: #CC581E;
}
.AnyTagClassName
{
color: #CC581E;
}
</style>
background-color css
<style>
a { background-color: #CC581E; }
a { background-color: rgb(204,88,30); }
div.DivClassName
{
background-color: #CC581E;
}
.BgClassName
{
background-color: #CC581E;
}
</style>
border-color css
<style>
span { border-color: #CC581E; }
span { border-color: rgb(204,88,30); }
td.TdClassName
{
border-color: #CC581E;
}
.TagClassName
{
border-color: #CC581E;
}
</style>