Shades of Chocolate #CB6314
Tints of Chocolate #CB6314
RGB
CMYK
RGB Variations
Color information
#CB6314 (or 0xCB6314) is known color: Chocolate. HEX triplet: CB, 63 and 14. RGB value is (203,99,20). Sum of RGB (Red+Green+Blue) = 203+99+20=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6314 is #349CEB. Grayscale: #797979. Windows color (decimal): -3448044 or 1336267. OLE color: 1336267.
HSL color Cylindrical-coordinate representation of color #CB6314: hue angle of 25.9º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB6314 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 20 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.20 |
| HSL | 25.9º | 0.82% | 0.44% | - |
| HSV(B) | 25.9º | 0.9% | 0.8% | - |
| XYZ | 29.22 | 21.67 | 3.3 | - |
| YUV | 121.09 | 70.96 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 20 | 0 | 0.51 | 0.90 | 0.20 | 25.9 | 0.82 | 0.44 |
| Hex | CB | 63 | 14 | 0 | 33 | 5A | 14 | 1A | 52 | 2C |
| Octal | 313 | 143 | 24 | 0 | 63 | 132 | 24 | 32 | 122 | 54 |
| Binary | 11001011 | 1100011 | 10100 | 0 | 110011 | 1011010 | 10100 | 11010 | 1010010 | 101100 |
Color Harmonies of #CB6314
Complementary color
Monochromatic Colors of #CB6314
Black with #CB6314
Text Example
Text Example
White with #CB6314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6314; }
p { color: rgb(203,99,20); }
H1.HeaderClassName
{
color: #CB6314;
}
.AnyTagClassName
{
color: #CB6314;
}
</style>
background-color css
<style>
a { background-color: #CB6314; }
a { background-color: rgb(203,99,20); }
div.DivClassName
{
background-color: #CB6314;
}
.BgClassName
{
background-color: #CB6314;
}
</style>
border-color css
<style>
span { border-color: #CB6314; }
span { border-color: rgb(203,99,20); }
td.TdClassName
{
border-color: #CB6314;
}
.TagClassName
{
border-color: #CB6314;
}
</style>