Shades of Chocolate #C1690E
Tints of Chocolate #C1690E
RGB
CMYK
RGB Variations
Color information
#C1690E (or 0xC1690E) is known color: Chocolate. HEX triplet: C1, 69 and 0E. RGB value is (193,105,14). Sum of RGB (Red+Green+Blue) = 193+105+14=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C1690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1690E is #3E96F1. Grayscale: #797979. Windows color (decimal): -4101874 or 944577. OLE color: 944577.
HSL color Cylindrical-coordinate representation of color #C1690E: hue angle of 30.5º degrees, saturation: 0.86, 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 #C1690E is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 14 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.24 |
| HSL | 30.5º | 0.86% | 0.41% | - |
| HSV(B) | 30.5º | 0.93% | 0.76% | - |
| XYZ | 27.12 | 21.47 | 3.13 | - |
| YUV | 120.94 | 67.65 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 14 | 0 | 0.46 | 0.93 | 0.24 | 30.5 | 0.86 | 0.41 |
| Hex | C1 | 69 | E | 0 | 2E | 5D | 18 | 1F | 56 | 29 |
| Octal | 301 | 151 | 16 | 0 | 56 | 135 | 30 | 37 | 126 | 51 |
| Binary | 11000001 | 1101001 | 1110 | 0 | 101110 | 1011101 | 11000 | 11111 | 1010110 | 101001 |
Color Harmonies of #C1690E
Complementary color
Monochromatic Colors of #C1690E
Black with #C1690E
Text Example
Text Example
White with #C1690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1690E; }
p { color: rgb(193,105,14); }
H1.HeaderClassName
{
color: #C1690E;
}
.AnyTagClassName
{
color: #C1690E;
}
</style>
background-color css
<style>
a { background-color: #C1690E; }
a { background-color: rgb(193,105,14); }
div.DivClassName
{
background-color: #C1690E;
}
.BgClassName
{
background-color: #C1690E;
}
</style>
border-color css
<style>
span { border-color: #C1690E; }
span { border-color: rgb(193,105,14); }
td.TdClassName
{
border-color: #C1690E;
}
.TagClassName
{
border-color: #C1690E;
}
</style>