Shades of Chocolate #C26114
Tints of Chocolate #C26114
RGB
CMYK
RGB Variations
Color information
#C26114 (or 0xC26114) is known color: Chocolate. HEX triplet: C2, 61 and 14. RGB value is (194,97,20). Sum of RGB (Red+Green+Blue) = 194+97+20=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C26114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26114 is #3D9EEB. Grayscale: #757575. Windows color (decimal): -4038380 or 1335746. OLE color: 1335746.
HSL color Cylindrical-coordinate representation of color #C26114: hue angle of 26.55º 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 #C26114 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 20 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.24 |
| HSL | 26.55º | 0.81% | 0.42% | - |
| HSV(B) | 26.55º | 0.9% | 0.76% | - |
| XYZ | 26.65 | 20.07 | 3.13 | - |
| YUV | 117.23 | 73.14 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 20 | 0 | 0.50 | 0.90 | 0.24 | 26.55 | 0.81 | 0.42 |
| Hex | C2 | 61 | 14 | 0 | 32 | 5A | 18 | 1B | 51 | 2A |
| Octal | 302 | 141 | 24 | 0 | 62 | 132 | 30 | 33 | 121 | 52 |
| Binary | 11000010 | 1100001 | 10100 | 0 | 110010 | 1011010 | 11000 | 11011 | 1010001 | 101010 |
Color Harmonies of #C26114
Complementary color
Monochromatic Colors of #C26114
Black with #C26114
Text Example
Text Example
White with #C26114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26114; }
p { color: rgb(194,97,20); }
H1.HeaderClassName
{
color: #C26114;
}
.AnyTagClassName
{
color: #C26114;
}
</style>
background-color css
<style>
a { background-color: #C26114; }
a { background-color: rgb(194,97,20); }
div.DivClassName
{
background-color: #C26114;
}
.BgClassName
{
background-color: #C26114;
}
</style>
border-color css
<style>
span { border-color: #C26114; }
span { border-color: rgb(194,97,20); }
td.TdClassName
{
border-color: #C26114;
}
.TagClassName
{
border-color: #C26114;
}
</style>