Shades of Chocolate #CB6C15
Tints of Chocolate #CB6C15
RGB
CMYK
RGB Variations
Color information
#CB6C15 (or 0xCB6C15) is known color: Chocolate. HEX triplet: CB, 6C and 15. RGB value is (203,108,21). Sum of RGB (Red+Green+Blue) = 203+108+21=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6C15 is #3493EA. Grayscale: #7E7E7E. Windows color (decimal): -3445739 or 1404107. OLE color: 1404107.
HSL color Cylindrical-coordinate representation of color #CB6C15: hue angle of 28.68º degrees, saturation: 0.81, 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 #CB6C15 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 21 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.20 |
| HSL | 28.68º | 0.81% | 0.44% | - |
| HSV(B) | 28.68º | 0.9% | 0.8% | - |
| XYZ | 30.13 | 23.48 | 3.65 | - |
| YUV | 126.49 | 68.47 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 21 | 0 | 0.47 | 0.90 | 0.20 | 28.68 | 0.81 | 0.44 |
| Hex | CB | 6C | 15 | 0 | 2F | 5A | 14 | 1D | 51 | 2C |
| Octal | 313 | 154 | 25 | 0 | 57 | 132 | 24 | 35 | 121 | 54 |
| Binary | 11001011 | 1101100 | 10101 | 0 | 101111 | 1011010 | 10100 | 11101 | 1010001 | 101100 |
Color Harmonies of #CB6C15
Complementary color
Monochromatic Colors of #CB6C15
Black with #CB6C15
Text Example
Text Example
White with #CB6C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C15; }
p { color: rgb(203,108,21); }
H1.HeaderClassName
{
color: #CB6C15;
}
.AnyTagClassName
{
color: #CB6C15;
}
</style>
background-color css
<style>
a { background-color: #CB6C15; }
a { background-color: rgb(203,108,21); }
div.DivClassName
{
background-color: #CB6C15;
}
.BgClassName
{
background-color: #CB6C15;
}
</style>
border-color css
<style>
span { border-color: #CB6C15; }
span { border-color: rgb(203,108,21); }
td.TdClassName
{
border-color: #CB6C15;
}
.TagClassName
{
border-color: #CB6C15;
}
</style>