Shades of Chocolate #CB6C0F
Tints of Chocolate #CB6C0F
RGB
CMYK
RGB Variations
Color information
#CB6C0F (or 0xCB6C0F) is known color: Chocolate. HEX triplet: CB, 6C and 0F. RGB value is (203,108,15). Sum of RGB (Red+Green+Blue) = 203+108+15=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6C0F is #3493F0. Grayscale: #7E7E7E. Windows color (decimal): -3445745 or 1010891. OLE color: 1010891.
HSL color Cylindrical-coordinate representation of color #CB6C0F: hue angle of 29.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB6C0F is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 15 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.20 |
| HSL | 29.68º | 0.86% | 0.43% | - |
| HSV(B) | 29.68º | 0.93% | 0.8% | - |
| XYZ | 30.08 | 23.46 | 3.39 | - |
| YUV | 125.8 | 65.47 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 15 | 0 | 0.47 | 0.93 | 0.20 | 29.68 | 0.86 | 0.43 |
| Hex | CB | 6C | F | 0 | 2F | 5D | 14 | 1E | 56 | 2B |
| Octal | 313 | 154 | 17 | 0 | 57 | 135 | 24 | 36 | 126 | 53 |
| Binary | 11001011 | 1101100 | 1111 | 0 | 101111 | 1011101 | 10100 | 11110 | 1010110 | 101011 |
Color Harmonies of #CB6C0F
Complementary color
Monochromatic Colors of #CB6C0F
Black with #CB6C0F
Text Example
Text Example
White with #CB6C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C0F; }
p { color: rgb(203,108,15); }
H1.HeaderClassName
{
color: #CB6C0F;
}
.AnyTagClassName
{
color: #CB6C0F;
}
</style>
background-color css
<style>
a { background-color: #CB6C0F; }
a { background-color: rgb(203,108,15); }
div.DivClassName
{
background-color: #CB6C0F;
}
.BgClassName
{
background-color: #CB6C0F;
}
</style>
border-color css
<style>
span { border-color: #CB6C0F; }
span { border-color: rgb(203,108,15); }
td.TdClassName
{
border-color: #CB6C0F;
}
.TagClassName
{
border-color: #CB6C0F;
}
</style>