Shades of Chocolate #CB5C19
Tints of Chocolate #CB5C19
RGB
CMYK
RGB Variations
Color information
#CB5C19 (or 0xCB5C19) is known color: Chocolate. HEX triplet: CB, 5C and 19. RGB value is (203,92,25). Sum of RGB (Red+Green+Blue) = 203+92+25=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5C19 is #34A3E6. Grayscale: #757575. Windows color (decimal): -3449831 or 1662155. OLE color: 1662155.
HSL color Cylindrical-coordinate representation of color #CB5C19: hue angle of 22.58º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB5C19 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 25 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.20 |
| HSL | 22.58º | 0.78% | 0.45% | - |
| HSV(B) | 22.58º | 0.88% | 0.8% | - |
| XYZ | 28.63 | 20.42 | 3.35 | - |
| YUV | 117.55 | 75.77 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 25 | 0 | 0.55 | 0.88 | 0.20 | 22.58 | 0.78 | 0.45 |
| Hex | CB | 5C | 19 | 0 | 37 | 58 | 14 | 17 | 4E | 2D |
| Octal | 313 | 134 | 31 | 0 | 67 | 130 | 24 | 27 | 116 | 55 |
| Binary | 11001011 | 1011100 | 11001 | 0 | 110111 | 1011000 | 10100 | 10111 | 1001110 | 101101 |
Color Harmonies of #CB5C19
Complementary color
Monochromatic Colors of #CB5C19
Black with #CB5C19
Text Example
Text Example
White with #CB5C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C19; }
p { color: rgb(203,92,25); }
H1.HeaderClassName
{
color: #CB5C19;
}
.AnyTagClassName
{
color: #CB5C19;
}
</style>
background-color css
<style>
a { background-color: #CB5C19; }
a { background-color: rgb(203,92,25); }
div.DivClassName
{
background-color: #CB5C19;
}
.BgClassName
{
background-color: #CB5C19;
}
</style>
border-color css
<style>
span { border-color: #CB5C19; }
span { border-color: rgb(203,92,25); }
td.TdClassName
{
border-color: #CB5C19;
}
.TagClassName
{
border-color: #CB5C19;
}
</style>