Shades of Chocolate #CB571C
Tints of Chocolate #CB571C
RGB
CMYK
RGB Variations
Color information
#CB571C (or 0xCB571C) is known color: Chocolate. HEX triplet: CB, 57 and 1C. RGB value is (203,87,28). Sum of RGB (Red+Green+Blue) = 203+87+28=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB571C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB571C is #34A8E3. Grayscale: #737373. Windows color (decimal): -3451108 or 1857483. OLE color: 1857483.
HSL color Cylindrical-coordinate representation of color #CB571C: hue angle of 20.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB571C is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 28 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.20 |
| HSL | 20.23º | 0.76% | 0.45% | - |
| HSV(B) | 20.23º | 0.86% | 0.8% | - |
| XYZ | 28.25 | 19.6 | 3.39 | - |
| YUV | 114.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 28 | 0 | 0.57 | 0.86 | 0.20 | 20.23 | 0.76 | 0.45 |
| Hex | CB | 57 | 1C | 0 | 39 | 56 | 14 | 14 | 4C | 2D |
| Octal | 313 | 127 | 34 | 0 | 71 | 126 | 24 | 24 | 114 | 55 |
| Binary | 11001011 | 1010111 | 11100 | 0 | 111001 | 1010110 | 10100 | 10100 | 1001100 | 101101 |
Color Harmonies of #CB571C
Complementary color
Monochromatic Colors of #CB571C
Black with #CB571C
Text Example
Text Example
White with #CB571C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB571C; }
p { color: rgb(203,87,28); }
H1.HeaderClassName
{
color: #CB571C;
}
.AnyTagClassName
{
color: #CB571C;
}
</style>
background-color css
<style>
a { background-color: #CB571C; }
a { background-color: rgb(203,87,28); }
div.DivClassName
{
background-color: #CB571C;
}
.BgClassName
{
background-color: #CB571C;
}
</style>
border-color css
<style>
span { border-color: #CB571C; }
span { border-color: rgb(203,87,28); }
td.TdClassName
{
border-color: #CB571C;
}
.TagClassName
{
border-color: #CB571C;
}
</style>