Shades of Chocolate #C26910
Tints of Chocolate #C26910
RGB
CMYK
RGB Variations
Color information
#C26910 (or 0xC26910) is known color: Chocolate. HEX triplet: C2, 69 and 10. RGB value is (194,105,16). Sum of RGB (Red+Green+Blue) = 194+105+16=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C26910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26910 is #3D96EF. Grayscale: #797979. Windows color (decimal): -4036336 or 1075650. OLE color: 1075650.
HSL color Cylindrical-coordinate representation of color #C26910: hue angle of 30º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C26910 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 16 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.24 |
| HSL | 30º | 0.85% | 0.41% | - |
| HSV(B) | 30º | 0.92% | 0.76% | - |
| XYZ | 27.39 | 21.61 | 3.22 | - |
| YUV | 121.47 | 68.49 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 16 | 0 | 0.46 | 0.92 | 0.24 | 30 | 0.85 | 0.41 |
| Hex | C2 | 69 | 10 | 0 | 2E | 5C | 18 | 1E | 55 | 29 |
| Octal | 302 | 151 | 20 | 0 | 56 | 134 | 30 | 36 | 125 | 51 |
| Binary | 11000010 | 1101001 | 10000 | 0 | 101110 | 1011100 | 11000 | 11110 | 1010101 | 101001 |
Color Harmonies of #C26910
Complementary color
Monochromatic Colors of #C26910
Black with #C26910
Text Example
Text Example
White with #C26910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26910; }
p { color: rgb(194,105,16); }
H1.HeaderClassName
{
color: #C26910;
}
.AnyTagClassName
{
color: #C26910;
}
</style>
background-color css
<style>
a { background-color: #C26910; }
a { background-color: rgb(194,105,16); }
div.DivClassName
{
background-color: #C26910;
}
.BgClassName
{
background-color: #C26910;
}
</style>
border-color css
<style>
span { border-color: #C26910; }
span { border-color: rgb(194,105,16); }
td.TdClassName
{
border-color: #C26910;
}
.TagClassName
{
border-color: #C26910;
}
</style>