Shades of Chocolate #C2690E
Tints of Chocolate #C2690E
RGB
CMYK
RGB Variations
Color information
#C2690E (or 0xC2690E) is known color: Chocolate. HEX triplet: C2, 69 and 0E. RGB value is (194,105,14). Sum of RGB (Red+Green+Blue) = 194+105+14=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C2690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2690E is #3D96F1. Grayscale: #797979. Windows color (decimal): -4036338 or 944578. OLE color: 944578.
HSL color Cylindrical-coordinate representation of color #C2690E: hue angle of 30.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 #C2690E is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 14 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.24 |
| HSL | 30.33º | 0.87% | 0.41% | - |
| HSV(B) | 30.33º | 0.93% | 0.76% | - |
| XYZ | 27.38 | 21.6 | 3.14 | - |
| YUV | 121.24 | 67.49 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 14 | 0 | 0.46 | 0.93 | 0.24 | 30.33 | 0.87 | 0.41 |
| Hex | C2 | 69 | E | 0 | 2E | 5D | 18 | 1E | 57 | 29 |
| Octal | 302 | 151 | 16 | 0 | 56 | 135 | 30 | 36 | 127 | 51 |
| Binary | 11000010 | 1101001 | 1110 | 0 | 101110 | 1011101 | 11000 | 11110 | 1010111 | 101001 |
Color Harmonies of #C2690E
Complementary color
Monochromatic Colors of #C2690E
Black with #C2690E
Text Example
Text Example
White with #C2690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2690E; }
p { color: rgb(194,105,14); }
H1.HeaderClassName
{
color: #C2690E;
}
.AnyTagClassName
{
color: #C2690E;
}
</style>
background-color css
<style>
a { background-color: #C2690E; }
a { background-color: rgb(194,105,14); }
div.DivClassName
{
background-color: #C2690E;
}
.BgClassName
{
background-color: #C2690E;
}
</style>
border-color css
<style>
span { border-color: #C2690E; }
span { border-color: rgb(194,105,14); }
td.TdClassName
{
border-color: #C2690E;
}
.TagClassName
{
border-color: #C2690E;
}
</style>