Shades of Chocolate #CB6412
Tints of Chocolate #CB6412
RGB
CMYK
RGB Variations
Color information
#CB6412 (or 0xCB6412) is known color: Chocolate. HEX triplet: CB, 64 and 12. RGB value is (203,100,18). Sum of RGB (Red+Green+Blue) = 203+100+18=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6412 is #349BED. Grayscale: #797979. Windows color (decimal): -3447790 or 1205451. OLE color: 1205451.
HSL color Cylindrical-coordinate representation of color #CB6412: hue angle of 26.59º 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 #CB6412 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 18 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.20 |
| HSL | 26.59º | 0.84% | 0.43% | - |
| HSV(B) | 26.59º | 0.91% | 0.8% | - |
| XYZ | 29.29 | 21.85 | 3.25 | - |
| YUV | 121.45 | 69.62 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 18 | 0 | 0.51 | 0.91 | 0.20 | 26.59 | 0.84 | 0.43 |
| Hex | CB | 64 | 12 | 0 | 33 | 5B | 14 | 1B | 54 | 2B |
| Octal | 313 | 144 | 22 | 0 | 63 | 133 | 24 | 33 | 124 | 53 |
| Binary | 11001011 | 1100100 | 10010 | 0 | 110011 | 1011011 | 10100 | 11011 | 1010100 | 101011 |
Color Harmonies of #CB6412
Complementary color
Monochromatic Colors of #CB6412
Black with #CB6412
Text Example
Text Example
White with #CB6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6412; }
p { color: rgb(203,100,18); }
H1.HeaderClassName
{
color: #CB6412;
}
.AnyTagClassName
{
color: #CB6412;
}
</style>
background-color css
<style>
a { background-color: #CB6412; }
a { background-color: rgb(203,100,18); }
div.DivClassName
{
background-color: #CB6412;
}
.BgClassName
{
background-color: #CB6412;
}
</style>
border-color css
<style>
span { border-color: #CB6412; }
span { border-color: rgb(203,100,18); }
td.TdClassName
{
border-color: #CB6412;
}
.TagClassName
{
border-color: #CB6412;
}
</style>