Shades of Chocolate #CB6312
Tints of Chocolate #CB6312
RGB
CMYK
RGB Variations
Color information
#CB6312 (or 0xCB6312) is known color: Chocolate. HEX triplet: CB, 63 and 12. RGB value is (203,99,18). Sum of RGB (Red+Green+Blue) = 203+99+18=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6312 is #349CED. Grayscale: #797979. Windows color (decimal): -3448046 or 1205195. OLE color: 1205195.
HSL color Cylindrical-coordinate representation of color #CB6312: hue angle of 26.27º 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 #CB6312 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 18 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.20 |
| HSL | 26.27º | 0.84% | 0.43% | - |
| HSV(B) | 26.27º | 0.91% | 0.8% | - |
| XYZ | 29.2 | 21.66 | 3.21 | - |
| YUV | 120.86 | 69.96 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 18 | 0 | 0.51 | 0.91 | 0.20 | 26.27 | 0.84 | 0.43 |
| Hex | CB | 63 | 12 | 0 | 33 | 5B | 14 | 1A | 54 | 2B |
| Octal | 313 | 143 | 22 | 0 | 63 | 133 | 24 | 32 | 124 | 53 |
| Binary | 11001011 | 1100011 | 10010 | 0 | 110011 | 1011011 | 10100 | 11010 | 1010100 | 101011 |
Color Harmonies of #CB6312
Complementary color
Monochromatic Colors of #CB6312
Black with #CB6312
Text Example
Text Example
White with #CB6312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6312; }
p { color: rgb(203,99,18); }
H1.HeaderClassName
{
color: #CB6312;
}
.AnyTagClassName
{
color: #CB6312;
}
</style>
background-color css
<style>
a { background-color: #CB6312; }
a { background-color: rgb(203,99,18); }
div.DivClassName
{
background-color: #CB6312;
}
.BgClassName
{
background-color: #CB6312;
}
</style>
border-color css
<style>
span { border-color: #CB6312; }
span { border-color: rgb(203,99,18); }
td.TdClassName
{
border-color: #CB6312;
}
.TagClassName
{
border-color: #CB6312;
}
</style>