Shades of Chocolate #CC551A
Tints of Chocolate #CC551A
RGB
CMYK
RGB Variations
Color information
#CC551A (or 0xCC551A) is known color: Chocolate. HEX triplet: CC, 55 and 1A. RGB value is (204,85,26). Sum of RGB (Red+Green+Blue) = 204+85+26=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC551A is #33AAE5. Grayscale: #727272. Windows color (decimal): -3386086 or 1725900. OLE color: 1725900.
HSL color Cylindrical-coordinate representation of color #CC551A: hue angle of 19.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC551A is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 26 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.2 |
| HSL | 19.89º | 0.77% | 0.45% | - |
| HSV(B) | 19.89º | 0.87% | 0.8% | - |
| XYZ | 28.34 | 19.41 | 3.23 | - |
| YUV | 113.86 | 78.42 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 26 | 0 | 0.58 | 0.87 | 0.2 | 19.89 | 0.77 | 0.45 |
| Hex | CC | 55 | 1A | 0 | 3A | 57 | 14 | 14 | 4D | 2D |
| Octal | 314 | 125 | 32 | 0 | 72 | 127 | 24 | 24 | 115 | 55 |
| Binary | 11001100 | 1010101 | 11010 | 0 | 111010 | 1010111 | 10100 | 10100 | 1001101 | 101101 |
Color Harmonies of #CC551A
Complementary color
Monochromatic Colors of #CC551A
Black with #CC551A
Text Example
Text Example
White with #CC551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC551A; }
p { color: rgb(204,85,26); }
H1.HeaderClassName
{
color: #CC551A;
}
.AnyTagClassName
{
color: #CC551A;
}
</style>
background-color css
<style>
a { background-color: #CC551A; }
a { background-color: rgb(204,85,26); }
div.DivClassName
{
background-color: #CC551A;
}
.BgClassName
{
background-color: #CC551A;
}
</style>
border-color css
<style>
span { border-color: #CC551A; }
span { border-color: rgb(204,85,26); }
td.TdClassName
{
border-color: #CC551A;
}
.TagClassName
{
border-color: #CC551A;
}
</style>