Shades of Chocolate #CB571E
Tints of Chocolate #CB571E
RGB
CMYK
RGB Variations
Color information
#CB571E (or 0xCB571E) is known color: Chocolate. HEX triplet: CB, 57 and 1E. RGB value is (203,87,30). Sum of RGB (Red+Green+Blue) = 203+87+30=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB571E is #34A8E1. Grayscale: #737373. Windows color (decimal): -3451106 or 1988555. OLE color: 1988555.
HSL color Cylindrical-coordinate representation of color #CB571E: hue angle of 19.77º 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 #CB571E is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 30 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.20 |
| HSL | 19.77º | 0.74% | 0.46% | - |
| HSV(B) | 19.77º | 0.85% | 0.8% | - |
| XYZ | 28.27 | 19.61 | 3.52 | - |
| YUV | 115.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 30 | 0 | 0.57 | 0.85 | 0.20 | 19.77 | 0.74 | 0.46 |
| Hex | CB | 57 | 1E | 0 | 39 | 55 | 14 | 14 | 4A | 2E |
| Octal | 313 | 127 | 36 | 0 | 71 | 125 | 24 | 24 | 112 | 56 |
| Binary | 11001011 | 1010111 | 11110 | 0 | 111001 | 1010101 | 10100 | 10100 | 1001010 | 101110 |
Color Harmonies of #CB571E
Complementary color
Monochromatic Colors of #CB571E
Black with #CB571E
Text Example
Text Example
White with #CB571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB571E; }
p { color: rgb(203,87,30); }
H1.HeaderClassName
{
color: #CB571E;
}
.AnyTagClassName
{
color: #CB571E;
}
</style>
background-color css
<style>
a { background-color: #CB571E; }
a { background-color: rgb(203,87,30); }
div.DivClassName
{
background-color: #CB571E;
}
.BgClassName
{
background-color: #CB571E;
}
</style>
border-color css
<style>
span { border-color: #CB571E; }
span { border-color: rgb(203,87,30); }
td.TdClassName
{
border-color: #CB571E;
}
.TagClassName
{
border-color: #CB571E;
}
</style>