Shades of Chocolate #C26A0F
Tints of Chocolate #C26A0F
RGB
CMYK
RGB Variations
Color information
#C26A0F (or 0xC26A0F) is known color: Chocolate. HEX triplet: C2, 6A and 0F. RGB value is (194,106,15). Sum of RGB (Red+Green+Blue) = 194+106+15=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A0F is #3D95F0. Grayscale: #7A7A7A. Windows color (decimal): -4036081 or 1010370. OLE color: 1010370.
HSL color Cylindrical-coordinate representation of color #C26A0F: 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.92%. Process color model (Four color, CMYK) of #C26A0F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 15 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.24 |
| HSL | 30.5º | 0.86% | 0.41% | - |
| HSV(B) | 30.5º | 0.92% | 0.76% | - |
| XYZ | 27.49 | 21.81 | 3.21 | - |
| YUV | 121.94 | 67.65 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 15 | 0 | 0.45 | 0.92 | 0.24 | 30.5 | 0.86 | 0.41 |
| Hex | C2 | 6A | F | 0 | 2D | 5C | 18 | 1F | 56 | 29 |
| Octal | 302 | 152 | 17 | 0 | 55 | 134 | 30 | 37 | 126 | 51 |
| Binary | 11000010 | 1101010 | 1111 | 0 | 101101 | 1011100 | 11000 | 11111 | 1010110 | 101001 |
Color Harmonies of #C26A0F
Complementary color
Monochromatic Colors of #C26A0F
Black with #C26A0F
Text Example
Text Example
White with #C26A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A0F; }
p { color: rgb(194,106,15); }
H1.HeaderClassName
{
color: #C26A0F;
}
.AnyTagClassName
{
color: #C26A0F;
}
</style>
background-color css
<style>
a { background-color: #C26A0F; }
a { background-color: rgb(194,106,15); }
div.DivClassName
{
background-color: #C26A0F;
}
.BgClassName
{
background-color: #C26A0F;
}
</style>
border-color css
<style>
span { border-color: #C26A0F; }
span { border-color: rgb(194,106,15); }
td.TdClassName
{
border-color: #C26A0F;
}
.TagClassName
{
border-color: #C26A0F;
}
</style>