Shades of Chocolate #C26714
Tints of Chocolate #C26714
RGB
CMYK
RGB Variations
Color information
#C26714 (or 0xC26714) is known color: Chocolate. HEX triplet: C2, 67 and 14. RGB value is (194,103,20). Sum of RGB (Red+Green+Blue) = 194+103+20=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C26714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26714 is #3D98EB. Grayscale: #797979. Windows color (decimal): -4036844 or 1337282. OLE color: 1337282.
HSL color Cylindrical-coordinate representation of color #C26714: hue angle of 28.62º 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 #C26714 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 20 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.24 |
| HSL | 28.62º | 0.81% | 0.42% | - |
| HSV(B) | 28.62º | 0.9% | 0.76% | - |
| XYZ | 27.22 | 21.22 | 3.32 | - |
| YUV | 120.75 | 71.15 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 20 | 0 | 0.47 | 0.90 | 0.24 | 28.62 | 0.81 | 0.42 |
| Hex | C2 | 67 | 14 | 0 | 2F | 5A | 18 | 1D | 51 | 2A |
| Octal | 302 | 147 | 24 | 0 | 57 | 132 | 30 | 35 | 121 | 52 |
| Binary | 11000010 | 1100111 | 10100 | 0 | 101111 | 1011010 | 11000 | 11101 | 1010001 | 101010 |
Color Harmonies of #C26714
Complementary color
Monochromatic Colors of #C26714
Black with #C26714
Text Example
Text Example
White with #C26714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26714; }
p { color: rgb(194,103,20); }
H1.HeaderClassName
{
color: #C26714;
}
.AnyTagClassName
{
color: #C26714;
}
</style>
background-color css
<style>
a { background-color: #C26714; }
a { background-color: rgb(194,103,20); }
div.DivClassName
{
background-color: #C26714;
}
.BgClassName
{
background-color: #C26714;
}
</style>
border-color css
<style>
span { border-color: #C26714; }
span { border-color: rgb(194,103,20); }
td.TdClassName
{
border-color: #C26714;
}
.TagClassName
{
border-color: #C26714;
}
</style>