Shades of Chocolate #CB611E
Tints of Chocolate #CB611E
RGB
CMYK
RGB Variations
Color information
#CB611E (or 0xCB611E) is known color: Chocolate. HEX triplet: CB, 61 and 1E. RGB value is (203,97,30). Sum of RGB (Red+Green+Blue) = 203+97+30=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB611E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB611E is #349EE1. Grayscale: #797979. Windows color (decimal): -3448546 or 1991115. OLE color: 1991115.
HSL color Cylindrical-coordinate representation of color #CB611E: hue angle of 23.24º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB611E is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 30 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.20 |
| HSL | 23.24º | 0.74% | 0.46% | - |
| HSV(B) | 23.24º | 0.85% | 0.8% | - |
| XYZ | 29.14 | 21.34 | 3.81 | - |
| YUV | 121.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 30 | 0 | 0.52 | 0.85 | 0.20 | 23.24 | 0.74 | 0.46 |
| Hex | CB | 61 | 1E | 0 | 34 | 55 | 14 | 17 | 4A | 2E |
| Octal | 313 | 141 | 36 | 0 | 64 | 125 | 24 | 27 | 112 | 56 |
| Binary | 11001011 | 1100001 | 11110 | 0 | 110100 | 1010101 | 10100 | 10111 | 1001010 | 101110 |
Color Harmonies of #CB611E
Complementary color
Monochromatic Colors of #CB611E
Black with #CB611E
Text Example
Text Example
White with #CB611E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB611E; }
p { color: rgb(203,97,30); }
H1.HeaderClassName
{
color: #CB611E;
}
.AnyTagClassName
{
color: #CB611E;
}
</style>
background-color css
<style>
a { background-color: #CB611E; }
a { background-color: rgb(203,97,30); }
div.DivClassName
{
background-color: #CB611E;
}
.BgClassName
{
background-color: #CB611E;
}
</style>
border-color css
<style>
span { border-color: #CB611E; }
span { border-color: rgb(203,97,30); }
td.TdClassName
{
border-color: #CB611E;
}
.TagClassName
{
border-color: #CB611E;
}
</style>