Shades of Chocolate #CC551F
Tints of Chocolate #CC551F
RGB
CMYK
RGB Variations
Color information
#CC551F (or 0xCC551F) is known color: Chocolate. HEX triplet: CC, 55 and 1F. RGB value is (204,85,31). Sum of RGB (Red+Green+Blue) = 204+85+31=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC551F is #33AAE0. Grayscale: #727272. Windows color (decimal): -3386081 or 2053580. OLE color: 2053580.
HSL color Cylindrical-coordinate representation of color #CC551F: hue angle of 18.73º 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 #CC551F is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 31 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.2 |
| HSL | 18.73º | 0.74% | 0.46% | - |
| HSV(B) | 18.73º | 0.85% | 0.8% | - |
| XYZ | 28.4 | 19.43 | 3.55 | - |
| YUV | 114.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 31 | 0 | 0.58 | 0.85 | 0.2 | 18.73 | 0.74 | 0.46 |
| Hex | CC | 55 | 1F | 0 | 3A | 55 | 14 | 13 | 4A | 2E |
| Octal | 314 | 125 | 37 | 0 | 72 | 125 | 24 | 23 | 112 | 56 |
| Binary | 11001100 | 1010101 | 11111 | 0 | 111010 | 1010101 | 10100 | 10011 | 1001010 | 101110 |
Color Harmonies of #CC551F
Complementary color
Monochromatic Colors of #CC551F
Black with #CC551F
Text Example
Text Example
White with #CC551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC551F; }
p { color: rgb(204,85,31); }
H1.HeaderClassName
{
color: #CC551F;
}
.AnyTagClassName
{
color: #CC551F;
}
</style>
background-color css
<style>
a { background-color: #CC551F; }
a { background-color: rgb(204,85,31); }
div.DivClassName
{
background-color: #CC551F;
}
.BgClassName
{
background-color: #CC551F;
}
</style>
border-color css
<style>
span { border-color: #CC551F; }
span { border-color: rgb(204,85,31); }
td.TdClassName
{
border-color: #CC551F;
}
.TagClassName
{
border-color: #CC551F;
}
</style>