Shades of Chocolate #C26A0D
Tints of Chocolate #C26A0D
RGB
CMYK
RGB Variations
Color information
#C26A0D (or 0xC26A0D) is known color: Chocolate. HEX triplet: C2, 6A and 0D. RGB value is (194,106,13). Sum of RGB (Red+Green+Blue) = 194+106+13=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A0D is #3D95F2. Grayscale: #7A7A7A. Windows color (decimal): -4036083 or 879298. OLE color: 879298.
HSL color Cylindrical-coordinate representation of color #C26A0D: hue angle of 30.83º 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 #C26A0D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.24 |
| HSL | 30.83º | 0.87% | 0.41% | - |
| HSV(B) | 30.83º | 0.93% | 0.76% | - |
| XYZ | 27.47 | 21.81 | 3.14 | - |
| YUV | 121.71 | 66.65 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 13 | 0 | 0.45 | 0.93 | 0.24 | 30.83 | 0.87 | 0.41 |
| Hex | C2 | 6A | D | 0 | 2D | 5D | 18 | 1F | 57 | 29 |
| Octal | 302 | 152 | 15 | 0 | 55 | 135 | 30 | 37 | 127 | 51 |
| Binary | 11000010 | 1101010 | 1101 | 0 | 101101 | 1011101 | 11000 | 11111 | 1010111 | 101001 |
Color Harmonies of #C26A0D
Complementary color
Monochromatic Colors of #C26A0D
Black with #C26A0D
Text Example
Text Example
White with #C26A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A0D; }
p { color: rgb(194,106,13); }
H1.HeaderClassName
{
color: #C26A0D;
}
.AnyTagClassName
{
color: #C26A0D;
}
</style>
background-color css
<style>
a { background-color: #C26A0D; }
a { background-color: rgb(194,106,13); }
div.DivClassName
{
background-color: #C26A0D;
}
.BgClassName
{
background-color: #C26A0D;
}
</style>
border-color css
<style>
span { border-color: #C26A0D; }
span { border-color: rgb(194,106,13); }
td.TdClassName
{
border-color: #C26A0D;
}
.TagClassName
{
border-color: #C26A0D;
}
</style>