Shades of Chocolate #CB6019
Tints of Chocolate #CB6019
RGB
CMYK
RGB Variations
Color information
#CB6019 (or 0xCB6019) is known color: Chocolate. HEX triplet: CB, 60 and 19. RGB value is (203,96,25). Sum of RGB (Red+Green+Blue) = 203+96+25=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6019 is #349FE6. Grayscale: #787878. Windows color (decimal): -3448807 or 1663179. OLE color: 1663179.
HSL color Cylindrical-coordinate representation of color #CB6019: hue angle of 23.93º 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 #CB6019 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 25 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.20 |
| HSL | 23.93º | 0.78% | 0.45% | - |
| HSV(B) | 23.93º | 0.88% | 0.8% | - |
| XYZ | 28.99 | 21.13 | 3.47 | - |
| YUV | 119.9 | 74.45 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 25 | 0 | 0.53 | 0.88 | 0.20 | 23.93 | 0.78 | 0.45 |
| Hex | CB | 60 | 19 | 0 | 35 | 58 | 14 | 18 | 4E | 2D |
| Octal | 313 | 140 | 31 | 0 | 65 | 130 | 24 | 30 | 116 | 55 |
| Binary | 11001011 | 1100000 | 11001 | 0 | 110101 | 1011000 | 10100 | 11000 | 1001110 | 101101 |
Color Harmonies of #CB6019
Complementary color
Monochromatic Colors of #CB6019
Black with #CB6019
Text Example
Text Example
White with #CB6019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6019; }
p { color: rgb(203,96,25); }
H1.HeaderClassName
{
color: #CB6019;
}
.AnyTagClassName
{
color: #CB6019;
}
</style>
background-color css
<style>
a { background-color: #CB6019; }
a { background-color: rgb(203,96,25); }
div.DivClassName
{
background-color: #CB6019;
}
.BgClassName
{
background-color: #CB6019;
}
</style>
border-color css
<style>
span { border-color: #CB6019; }
span { border-color: rgb(203,96,25); }
td.TdClassName
{
border-color: #CB6019;
}
.TagClassName
{
border-color: #CB6019;
}
</style>