Shades of Chocolate #C7680C
Tints of Chocolate #C7680C
RGB
CMYK
RGB Variations
Color information
#C7680C (or 0xC7680C) is known color: Chocolate. HEX triplet: C7, 68 and 0C. RGB value is (199,104,12). Sum of RGB (Red+Green+Blue) = 199+104+12=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7680C is #3897F3. Grayscale: #7A7A7A. Windows color (decimal): -3708916 or 813255. OLE color: 813255.
HSL color Cylindrical-coordinate representation of color #C7680C: hue angle of 29.52º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7680C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.22 |
| HSL | 29.52º | 0.89% | 0.41% | - |
| HSV(B) | 29.52º | 0.94% | 0.78% | - |
| XYZ | 28.57 | 22.07 | 3.1 | - |
| YUV | 121.92 | 65.97 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 12 | 0 | 0.48 | 0.94 | 0.22 | 29.52 | 0.89 | 0.41 |
| Hex | C7 | 68 | C | 0 | 30 | 5E | 16 | 1E | 59 | 29 |
| Octal | 307 | 150 | 14 | 0 | 60 | 136 | 26 | 36 | 131 | 51 |
| Binary | 11000111 | 1101000 | 1100 | 0 | 110000 | 1011110 | 10110 | 11110 | 1011001 | 101001 |
Color Harmonies of #C7680C
Complementary color
Monochromatic Colors of #C7680C
Black with #C7680C
Text Example
Text Example
White with #C7680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7680C; }
p { color: rgb(199,104,12); }
H1.HeaderClassName
{
color: #C7680C;
}
.AnyTagClassName
{
color: #C7680C;
}
</style>
background-color css
<style>
a { background-color: #C7680C; }
a { background-color: rgb(199,104,12); }
div.DivClassName
{
background-color: #C7680C;
}
.BgClassName
{
background-color: #C7680C;
}
</style>
border-color css
<style>
span { border-color: #C7680C; }
span { border-color: rgb(199,104,12); }
td.TdClassName
{
border-color: #C7680C;
}
.TagClassName
{
border-color: #C7680C;
}
</style>