Shades of Chocolate #C26B17
Tints of Chocolate #C26B17
RGB
CMYK
RGB Variations
Color information
#C26B17 (or 0xC26B17) is known color: Chocolate. HEX triplet: C2, 6B and 17. RGB value is (194,107,23). Sum of RGB (Red+Green+Blue) = 194+107+23=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B17 is #3D94E8. Grayscale: #7B7B7B. Windows color (decimal): -4035817 or 1534914. OLE color: 1534914.
HSL color Cylindrical-coordinate representation of color #C26B17: hue angle of 29.47º 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 #C26B17 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 23 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.24 |
| HSL | 29.47º | 0.79% | 0.43% | - |
| HSV(B) | 29.47º | 0.88% | 0.76% | - |
| XYZ | 27.66 | 22.05 | 3.61 | - |
| YUV | 123.44 | 71.32 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 23 | 0 | 0.45 | 0.88 | 0.24 | 29.47 | 0.79 | 0.43 |
| Hex | C2 | 6B | 17 | 0 | 2D | 58 | 18 | 1D | 4F | 2B |
| Octal | 302 | 153 | 27 | 0 | 55 | 130 | 30 | 35 | 117 | 53 |
| Binary | 11000010 | 1101011 | 10111 | 0 | 101101 | 1011000 | 11000 | 11101 | 1001111 | 101011 |
Color Harmonies of #C26B17
Complementary color
Monochromatic Colors of #C26B17
Black with #C26B17
Text Example
Text Example
White with #C26B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B17; }
p { color: rgb(194,107,23); }
H1.HeaderClassName
{
color: #C26B17;
}
.AnyTagClassName
{
color: #C26B17;
}
</style>
background-color css
<style>
a { background-color: #C26B17; }
a { background-color: rgb(194,107,23); }
div.DivClassName
{
background-color: #C26B17;
}
.BgClassName
{
background-color: #C26B17;
}
</style>
border-color css
<style>
span { border-color: #C26B17; }
span { border-color: rgb(194,107,23); }
td.TdClassName
{
border-color: #C26B17;
}
.TagClassName
{
border-color: #C26B17;
}
</style>