Shades of Chocolate #C26913
Tints of Chocolate #C26913
RGB
CMYK
RGB Variations
Color information
#C26913 (or 0xC26913) is known color: Chocolate. HEX triplet: C2, 69 and 13. RGB value is (194,105,19). Sum of RGB (Red+Green+Blue) = 194+105+19=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C26913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26913 is #3D96EC. Grayscale: #7A7A7A. Windows color (decimal): -4036333 or 1272258. OLE color: 1272258.
HSL color Cylindrical-coordinate representation of color #C26913: hue angle of 29.49º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C26913 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 19 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.24 |
| HSL | 29.49º | 0.82% | 0.42% | - |
| HSV(B) | 29.49º | 0.9% | 0.76% | - |
| XYZ | 27.42 | 21.62 | 3.34 | - |
| YUV | 121.81 | 69.99 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 19 | 0 | 0.46 | 0.90 | 0.24 | 29.49 | 0.82 | 0.42 |
| Hex | C2 | 69 | 13 | 0 | 2E | 5A | 18 | 1D | 52 | 2A |
| Octal | 302 | 151 | 23 | 0 | 56 | 132 | 30 | 35 | 122 | 52 |
| Binary | 11000010 | 1101001 | 10011 | 0 | 101110 | 1011010 | 11000 | 11101 | 1010010 | 101010 |
Color Harmonies of #C26913
Complementary color
Monochromatic Colors of #C26913
Black with #C26913
Text Example
Text Example
White with #C26913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26913; }
p { color: rgb(194,105,19); }
H1.HeaderClassName
{
color: #C26913;
}
.AnyTagClassName
{
color: #C26913;
}
</style>
background-color css
<style>
a { background-color: #C26913; }
a { background-color: rgb(194,105,19); }
div.DivClassName
{
background-color: #C26913;
}
.BgClassName
{
background-color: #C26913;
}
</style>
border-color css
<style>
span { border-color: #C26913; }
span { border-color: rgb(194,105,19); }
td.TdClassName
{
border-color: #C26913;
}
.TagClassName
{
border-color: #C26913;
}
</style>