Shades of Chocolate #C26718
Tints of Chocolate #C26718
RGB
CMYK
RGB Variations
Color information
#C26718 (or 0xC26718) is known color: Chocolate. HEX triplet: C2, 67 and 18. RGB value is (194,103,24). Sum of RGB (Red+Green+Blue) = 194+103+24=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C26718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26718 is #3D98E7. Grayscale: #797979. Windows color (decimal): -4036840 or 1599426. OLE color: 1599426.
HSL color Cylindrical-coordinate representation of color #C26718: hue angle of 27.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C26718 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 24 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.24 |
| HSL | 27.88º | 0.78% | 0.43% | - |
| HSV(B) | 27.88º | 0.88% | 0.76% | - |
| XYZ | 27.26 | 21.24 | 3.53 | - |
| YUV | 121.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 24 | 0 | 0.47 | 0.88 | 0.24 | 27.88 | 0.78 | 0.43 |
| Hex | C2 | 67 | 18 | 0 | 2F | 58 | 18 | 1C | 4E | 2B |
| Octal | 302 | 147 | 30 | 0 | 57 | 130 | 30 | 34 | 116 | 53 |
| Binary | 11000010 | 1100111 | 11000 | 0 | 101111 | 1011000 | 11000 | 11100 | 1001110 | 101011 |
Color Harmonies of #C26718
Complementary color
Monochromatic Colors of #C26718
Black with #C26718
Text Example
Text Example
White with #C26718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26718; }
p { color: rgb(194,103,24); }
H1.HeaderClassName
{
color: #C26718;
}
.AnyTagClassName
{
color: #C26718;
}
</style>
background-color css
<style>
a { background-color: #C26718; }
a { background-color: rgb(194,103,24); }
div.DivClassName
{
background-color: #C26718;
}
.BgClassName
{
background-color: #C26718;
}
</style>
border-color css
<style>
span { border-color: #C26718; }
span { border-color: rgb(194,103,24); }
td.TdClassName
{
border-color: #C26718;
}
.TagClassName
{
border-color: #C26718;
}
</style>