Shades of Chocolate #CC571F
Tints of Chocolate #CC571F
RGB
CMYK
RGB Variations
Color information
#CC571F (or 0xCC571F) is known color: Chocolate. HEX triplet: CC, 57 and 1F. RGB value is (204,87,31). Sum of RGB (Red+Green+Blue) = 204+87+31=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC571F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC571F is #33A8E0. Grayscale: #737373. Windows color (decimal): -3385569 or 2054092. OLE color: 2054092.
HSL color Cylindrical-coordinate representation of color #CC571F: hue angle of 19.42º 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 #CC571F is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 31 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.2 |
| HSL | 19.42º | 0.74% | 0.46% | - |
| HSV(B) | 19.42º | 0.85% | 0.8% | - |
| XYZ | 28.56 | 19.75 | 3.6 | - |
| YUV | 115.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 31 | 0 | 0.57 | 0.85 | 0.2 | 19.42 | 0.74 | 0.46 |
| Hex | CC | 57 | 1F | 0 | 39 | 55 | 14 | 13 | 4A | 2E |
| Octal | 314 | 127 | 37 | 0 | 71 | 125 | 24 | 23 | 112 | 56 |
| Binary | 11001100 | 1010111 | 11111 | 0 | 111001 | 1010101 | 10100 | 10011 | 1001010 | 101110 |
Color Harmonies of #CC571F
Complementary color
Monochromatic Colors of #CC571F
Black with #CC571F
Text Example
Text Example
White with #CC571F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC571F; }
p { color: rgb(204,87,31); }
H1.HeaderClassName
{
color: #CC571F;
}
.AnyTagClassName
{
color: #CC571F;
}
</style>
background-color css
<style>
a { background-color: #CC571F; }
a { background-color: rgb(204,87,31); }
div.DivClassName
{
background-color: #CC571F;
}
.BgClassName
{
background-color: #CC571F;
}
</style>
border-color css
<style>
span { border-color: #CC571F; }
span { border-color: rgb(204,87,31); }
td.TdClassName
{
border-color: #CC571F;
}
.TagClassName
{
border-color: #CC571F;
}
</style>