Shades of Chocolate #CB6018
Tints of Chocolate #CB6018
RGB
CMYK
RGB Variations
Color information
#CB6018 (or 0xCB6018) is known color: Chocolate. HEX triplet: CB, 60 and 18. RGB value is (203,96,24). Sum of RGB (Red+Green+Blue) = 203+96+24=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6018 is #349FE7. Grayscale: #787878. Windows color (decimal): -3448808 or 1597643. OLE color: 1597643.
HSL color Cylindrical-coordinate representation of color #CB6018: hue angle of 24.13º degrees, saturation: 0.79, 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 #CB6018 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 24 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.20 |
| HSL | 24.13º | 0.79% | 0.45% | - |
| HSV(B) | 24.13º | 0.88% | 0.8% | - |
| XYZ | 28.98 | 21.13 | 3.42 | - |
| YUV | 119.79 | 73.95 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 24 | 0 | 0.53 | 0.88 | 0.20 | 24.13 | 0.79 | 0.45 |
| Hex | CB | 60 | 18 | 0 | 35 | 58 | 14 | 18 | 4F | 2D |
| Octal | 313 | 140 | 30 | 0 | 65 | 130 | 24 | 30 | 117 | 55 |
| Binary | 11001011 | 1100000 | 11000 | 0 | 110101 | 1011000 | 10100 | 11000 | 1001111 | 101101 |
Color Harmonies of #CB6018
Complementary color
Monochromatic Colors of #CB6018
Black with #CB6018
Text Example
Text Example
White with #CB6018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6018; }
p { color: rgb(203,96,24); }
H1.HeaderClassName
{
color: #CB6018;
}
.AnyTagClassName
{
color: #CB6018;
}
</style>
background-color css
<style>
a { background-color: #CB6018; }
a { background-color: rgb(203,96,24); }
div.DivClassName
{
background-color: #CB6018;
}
.BgClassName
{
background-color: #CB6018;
}
</style>
border-color css
<style>
span { border-color: #CB6018; }
span { border-color: rgb(203,96,24); }
td.TdClassName
{
border-color: #CB6018;
}
.TagClassName
{
border-color: #CB6018;
}
</style>