Shades of Chocolate #CB7012
Tints of Chocolate #CB7012
RGB
CMYK
RGB Variations
Color information
#CB7012 (or 0xCB7012) is known color: Chocolate. HEX triplet: CB, 70 and 12. RGB value is (203,112,18). Sum of RGB (Red+Green+Blue) = 203+112+18=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7012 is #348FED. Grayscale: #808080. Windows color (decimal): -3444718 or 1208523. OLE color: 1208523.
HSL color Cylindrical-coordinate representation of color #CB7012: hue angle of 30.49º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB7012 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 18 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.20 |
| HSL | 30.49º | 0.84% | 0.43% | - |
| HSV(B) | 30.49º | 0.91% | 0.8% | - |
| XYZ | 30.53 | 24.33 | 3.66 | - |
| YUV | 128.49 | 65.65 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 18 | 0 | 0.45 | 0.91 | 0.20 | 30.49 | 0.84 | 0.43 |
| Hex | CB | 70 | 12 | 0 | 2D | 5B | 14 | 1E | 54 | 2B |
| Octal | 313 | 160 | 22 | 0 | 55 | 133 | 24 | 36 | 124 | 53 |
| Binary | 11001011 | 1110000 | 10010 | 0 | 101101 | 1011011 | 10100 | 11110 | 1010100 | 101011 |
Color Harmonies of #CB7012
Complementary color
Monochromatic Colors of #CB7012
Black with #CB7012
Text Example
Text Example
White with #CB7012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7012; }
p { color: rgb(203,112,18); }
H1.HeaderClassName
{
color: #CB7012;
}
.AnyTagClassName
{
color: #CB7012;
}
</style>
background-color css
<style>
a { background-color: #CB7012; }
a { background-color: rgb(203,112,18); }
div.DivClassName
{
background-color: #CB7012;
}
.BgClassName
{
background-color: #CB7012;
}
</style>
border-color css
<style>
span { border-color: #CB7012; }
span { border-color: rgb(203,112,18); }
td.TdClassName
{
border-color: #CB7012;
}
.TagClassName
{
border-color: #CB7012;
}
</style>