Shades of Chocolate #C8680C
Tints of Chocolate #C8680C
RGB
CMYK
RGB Variations
Color information
#C8680C (or 0xC8680C) is known color: Chocolate. HEX triplet: C8, 68 and 0C. RGB value is (200,104,12). Sum of RGB (Red+Green+Blue) = 200+104+12=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8680C is #3797F3. Grayscale: #7A7A7A. Windows color (decimal): -3643380 or 813256. OLE color: 813256.
HSL color Cylindrical-coordinate representation of color #C8680C: hue angle of 29.36º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8680C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.22 |
| HSL | 29.36º | 0.89% | 0.42% | - |
| HSV(B) | 29.36º | 0.94% | 0.78% | - |
| XYZ | 28.84 | 22.21 | 3.11 | - |
| YUV | 122.22 | 65.8 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 12 | 0 | 0.48 | 0.94 | 0.22 | 29.36 | 0.89 | 0.42 |
| Hex | C8 | 68 | C | 0 | 30 | 5E | 16 | 1D | 59 | 2A |
| Octal | 310 | 150 | 14 | 0 | 60 | 136 | 26 | 35 | 131 | 52 |
| Binary | 11001000 | 1101000 | 1100 | 0 | 110000 | 1011110 | 10110 | 11101 | 1011001 | 101010 |
Color Harmonies of #C8680C
Complementary color
Monochromatic Colors of #C8680C
Black with #C8680C
Text Example
Text Example
White with #C8680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8680C; }
p { color: rgb(200,104,12); }
H1.HeaderClassName
{
color: #C8680C;
}
.AnyTagClassName
{
color: #C8680C;
}
</style>
background-color css
<style>
a { background-color: #C8680C; }
a { background-color: rgb(200,104,12); }
div.DivClassName
{
background-color: #C8680C;
}
.BgClassName
{
background-color: #C8680C;
}
</style>
border-color css
<style>
span { border-color: #C8680C; }
span { border-color: rgb(200,104,12); }
td.TdClassName
{
border-color: #C8680C;
}
.TagClassName
{
border-color: #C8680C;
}
</style>