Shades of Chocolate #C26817
Tints of Chocolate #C26817
RGB
CMYK
RGB Variations
Color information
#C26817 (or 0xC26817) is known color: Chocolate. HEX triplet: C2, 68 and 17. RGB value is (194,104,23). Sum of RGB (Red+Green+Blue) = 194+104+23=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C26817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26817 is #3D97E8. Grayscale: #7A7A7A. Windows color (decimal): -4036585 or 1534146. OLE color: 1534146.
HSL color Cylindrical-coordinate representation of color #C26817: hue angle of 28.42º degrees, saturation: 0.79, 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 #C26817 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 23 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.24 |
| HSL | 28.42º | 0.79% | 0.43% | - |
| HSV(B) | 28.42º | 0.88% | 0.76% | - |
| XYZ | 27.35 | 21.43 | 3.51 | - |
| YUV | 121.68 | 72.32 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 23 | 0 | 0.46 | 0.88 | 0.24 | 28.42 | 0.79 | 0.43 |
| Hex | C2 | 68 | 17 | 0 | 2E | 58 | 18 | 1C | 4F | 2B |
| Octal | 302 | 150 | 27 | 0 | 56 | 130 | 30 | 34 | 117 | 53 |
| Binary | 11000010 | 1101000 | 10111 | 0 | 101110 | 1011000 | 11000 | 11100 | 1001111 | 101011 |
Color Harmonies of #C26817
Complementary color
Monochromatic Colors of #C26817
Black with #C26817
Text Example
Text Example
White with #C26817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26817; }
p { color: rgb(194,104,23); }
H1.HeaderClassName
{
color: #C26817;
}
.AnyTagClassName
{
color: #C26817;
}
</style>
background-color css
<style>
a { background-color: #C26817; }
a { background-color: rgb(194,104,23); }
div.DivClassName
{
background-color: #C26817;
}
.BgClassName
{
background-color: #C26817;
}
</style>
border-color css
<style>
span { border-color: #C26817; }
span { border-color: rgb(194,104,23); }
td.TdClassName
{
border-color: #C26817;
}
.TagClassName
{
border-color: #C26817;
}
</style>