Shades of Chocolate #CB6A12
Tints of Chocolate #CB6A12
RGB
CMYK
RGB Variations
Color information
#CB6A12 (or 0xCB6A12) is known color: Chocolate. HEX triplet: CB, 6A and 12. RGB value is (203,106,18). Sum of RGB (Red+Green+Blue) = 203+106+18=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6A12 is #3495ED. Grayscale: #7D7D7D. Windows color (decimal): -3446254 or 1206987. OLE color: 1206987.
HSL color Cylindrical-coordinate representation of color #CB6A12: hue angle of 28.54º 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 #CB6A12 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 106 | 18 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.20 |
| HSL | 28.54º | 0.84% | 0.43% | - |
| HSV(B) | 28.54º | 0.91% | 0.8% | - |
| XYZ | 29.89 | 23.05 | 3.45 | - |
| YUV | 124.97 | 67.64 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 18 | 0 | 0.48 | 0.91 | 0.20 | 28.54 | 0.84 | 0.43 |
| Hex | CB | 6A | 12 | 0 | 30 | 5B | 14 | 1D | 54 | 2B |
| Octal | 313 | 152 | 22 | 0 | 60 | 133 | 24 | 35 | 124 | 53 |
| Binary | 11001011 | 1101010 | 10010 | 0 | 110000 | 1011011 | 10100 | 11101 | 1010100 | 101011 |
Color Harmonies of #CB6A12
Complementary color
Monochromatic Colors of #CB6A12
Black with #CB6A12
Text Example
Text Example
White with #CB6A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6A12; }
p { color: rgb(203,106,18); }
H1.HeaderClassName
{
color: #CB6A12;
}
.AnyTagClassName
{
color: #CB6A12;
}
</style>
background-color css
<style>
a { background-color: #CB6A12; }
a { background-color: rgb(203,106,18); }
div.DivClassName
{
background-color: #CB6A12;
}
.BgClassName
{
background-color: #CB6A12;
}
</style>
border-color css
<style>
span { border-color: #CB6A12; }
span { border-color: rgb(203,106,18); }
td.TdClassName
{
border-color: #CB6A12;
}
.TagClassName
{
border-color: #CB6A12;
}
</style>