Shades of Chocolate #C2660E
Tints of Chocolate #C2660E
RGB
CMYK
RGB Variations
Color information
#C2660E (or 0xC2660E) is known color: Chocolate. HEX triplet: C2, 66 and 0E. RGB value is (194,102,14). Sum of RGB (Red+Green+Blue) = 194+102+14=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2660E is #3D99F1. Grayscale: #777777. Windows color (decimal): -4037106 or 943810. OLE color: 943810.
HSL color Cylindrical-coordinate representation of color #C2660E: hue angle of 29.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2660E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.24 |
| HSL | 29.33º | 0.87% | 0.41% | - |
| HSV(B) | 29.33º | 0.93% | 0.76% | - |
| XYZ | 27.08 | 21 | 3.04 | - |
| YUV | 119.48 | 68.48 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 14 | 0 | 0.47 | 0.93 | 0.24 | 29.33 | 0.87 | 0.41 |
| Hex | C2 | 66 | E | 0 | 2F | 5D | 18 | 1D | 57 | 29 |
| Octal | 302 | 146 | 16 | 0 | 57 | 135 | 30 | 35 | 127 | 51 |
| Binary | 11000010 | 1100110 | 1110 | 0 | 101111 | 1011101 | 11000 | 11101 | 1010111 | 101001 |
Color Harmonies of #C2660E
Complementary color
Monochromatic Colors of #C2660E
Black with #C2660E
Text Example
Text Example
White with #C2660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2660E; }
p { color: rgb(194,102,14); }
H1.HeaderClassName
{
color: #C2660E;
}
.AnyTagClassName
{
color: #C2660E;
}
</style>
background-color css
<style>
a { background-color: #C2660E; }
a { background-color: rgb(194,102,14); }
div.DivClassName
{
background-color: #C2660E;
}
.BgClassName
{
background-color: #C2660E;
}
</style>
border-color css
<style>
span { border-color: #C2660E; }
span { border-color: rgb(194,102,14); }
td.TdClassName
{
border-color: #C2660E;
}
.TagClassName
{
border-color: #C2660E;
}
</style>