Shades of Chocolate #C26214
Tints of Chocolate #C26214
RGB
CMYK
RGB Variations
Color information
#C26214 (or 0xC26214) is known color: Chocolate. HEX triplet: C2, 62 and 14. RGB value is (194,98,20). Sum of RGB (Red+Green+Blue) = 194+98+20=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C26214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26214 is #3D9DEB. Grayscale: #767676. Windows color (decimal): -4038124 or 1336002. OLE color: 1336002.
HSL color Cylindrical-coordinate representation of color #C26214: hue angle of 26.9º degrees, saturation: 0.81, 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 #C26214 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 20 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.24 |
| HSL | 26.9º | 0.81% | 0.42% | - |
| HSV(B) | 26.9º | 0.9% | 0.76% | - |
| XYZ | 26.74 | 20.26 | 3.16 | - |
| YUV | 117.81 | 72.8 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 20 | 0 | 0.49 | 0.90 | 0.24 | 26.9 | 0.81 | 0.42 |
| Hex | C2 | 62 | 14 | 0 | 31 | 5A | 18 | 1B | 51 | 2A |
| Octal | 302 | 142 | 24 | 0 | 61 | 132 | 30 | 33 | 121 | 52 |
| Binary | 11000010 | 1100010 | 10100 | 0 | 110001 | 1011010 | 11000 | 11011 | 1010001 | 101010 |
Color Harmonies of #C26214
Complementary color
Monochromatic Colors of #C26214
Black with #C26214
Text Example
Text Example
White with #C26214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26214; }
p { color: rgb(194,98,20); }
H1.HeaderClassName
{
color: #C26214;
}
.AnyTagClassName
{
color: #C26214;
}
</style>
background-color css
<style>
a { background-color: #C26214; }
a { background-color: rgb(194,98,20); }
div.DivClassName
{
background-color: #C26214;
}
.BgClassName
{
background-color: #C26214;
}
</style>
border-color css
<style>
span { border-color: #C26214; }
span { border-color: rgb(194,98,20); }
td.TdClassName
{
border-color: #C26214;
}
.TagClassName
{
border-color: #C26214;
}
</style>