Shades of Chocolate #CB601D
Tints of Chocolate #CB601D
RGB
CMYK
RGB Variations
Color information
#CB601D (or 0xCB601D) is known color: Chocolate. HEX triplet: CB, 60 and 1D. RGB value is (203,96,29). Sum of RGB (Red+Green+Blue) = 203+96+29=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB601D is #349FE2. Grayscale: #787878. Windows color (decimal): -3448803 or 1925323. OLE color: 1925323.
HSL color Cylindrical-coordinate representation of color #CB601D: hue angle of 23.1º degrees, saturation: 0.75, 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 #CB601D is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 29 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.20 |
| HSL | 23.1º | 0.75% | 0.45% | - |
| HSV(B) | 23.1º | 0.86% | 0.8% | - |
| XYZ | 29.03 | 21.15 | 3.71 | - |
| YUV | 120.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 29 | 0 | 0.53 | 0.86 | 0.20 | 23.1 | 0.75 | 0.45 |
| Hex | CB | 60 | 1D | 0 | 35 | 56 | 14 | 17 | 4B | 2D |
| Octal | 313 | 140 | 35 | 0 | 65 | 126 | 24 | 27 | 113 | 55 |
| Binary | 11001011 | 1100000 | 11101 | 0 | 110101 | 1010110 | 10100 | 10111 | 1001011 | 101101 |
Color Harmonies of #CB601D
Complementary color
Monochromatic Colors of #CB601D
Black with #CB601D
Text Example
Text Example
White with #CB601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB601D; }
p { color: rgb(203,96,29); }
H1.HeaderClassName
{
color: #CB601D;
}
.AnyTagClassName
{
color: #CB601D;
}
</style>
background-color css
<style>
a { background-color: #CB601D; }
a { background-color: rgb(203,96,29); }
div.DivClassName
{
background-color: #CB601D;
}
.BgClassName
{
background-color: #CB601D;
}
</style>
border-color css
<style>
span { border-color: #CB601D; }
span { border-color: rgb(203,96,29); }
td.TdClassName
{
border-color: #CB601D;
}
.TagClassName
{
border-color: #CB601D;
}
</style>