Shades of Chocolate #CB680C
Tints of Chocolate #CB680C
RGB
CMYK
RGB Variations
Color information
#CB680C (or 0xCB680C) is known color: Chocolate. HEX triplet: CB, 68 and 0C. RGB value is (203,104,12). Sum of RGB (Red+Green+Blue) = 203+104+12=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB680C is #3497F3. Grayscale: #7B7B7B. Windows color (decimal): -3446772 or 813259. OLE color: 813259.
HSL color Cylindrical-coordinate representation of color #CB680C: hue angle of 28.9º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB680C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 12 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.20 |
| HSL | 28.9º | 0.89% | 0.42% | - |
| HSV(B) | 28.9º | 0.94% | 0.8% | - |
| XYZ | 29.65 | 22.62 | 3.15 | - |
| YUV | 123.11 | 65.3 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 12 | 0 | 0.49 | 0.94 | 0.20 | 28.9 | 0.89 | 0.42 |
| Hex | CB | 68 | C | 0 | 31 | 5E | 14 | 1D | 59 | 2A |
| Octal | 313 | 150 | 14 | 0 | 61 | 136 | 24 | 35 | 131 | 52 |
| Binary | 11001011 | 1101000 | 1100 | 0 | 110001 | 1011110 | 10100 | 11101 | 1011001 | 101010 |
Color Harmonies of #CB680C
Complementary color
Monochromatic Colors of #CB680C
Black with #CB680C
Text Example
Text Example
White with #CB680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB680C; }
p { color: rgb(203,104,12); }
H1.HeaderClassName
{
color: #CB680C;
}
.AnyTagClassName
{
color: #CB680C;
}
</style>
background-color css
<style>
a { background-color: #CB680C; }
a { background-color: rgb(203,104,12); }
div.DivClassName
{
background-color: #CB680C;
}
.BgClassName
{
background-color: #CB680C;
}
</style>
border-color css
<style>
span { border-color: #CB680C; }
span { border-color: rgb(203,104,12); }
td.TdClassName
{
border-color: #CB680C;
}
.TagClassName
{
border-color: #CB680C;
}
</style>