Shades of Chocolate #C26B18
Tints of Chocolate #C26B18
RGB
CMYK
RGB Variations
Color information
#C26B18 (or 0xC26B18) is known color: Chocolate. HEX triplet: C2, 6B and 18. RGB value is (194,107,24). Sum of RGB (Red+Green+Blue) = 194+107+24=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B18 is #3D94E7. Grayscale: #7B7B7B. Windows color (decimal): -4035816 or 1600450. OLE color: 1600450.
HSL color Cylindrical-coordinate representation of color #C26B18: hue angle of 29.29º 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 #C26B18 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 24 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.24 |
| HSL | 29.29º | 0.78% | 0.43% | - |
| HSV(B) | 29.29º | 0.88% | 0.76% | - |
| XYZ | 27.67 | 22.05 | 3.66 | - |
| YUV | 123.55 | 71.82 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 24 | 0 | 0.45 | 0.88 | 0.24 | 29.29 | 0.78 | 0.43 |
| Hex | C2 | 6B | 18 | 0 | 2D | 58 | 18 | 1D | 4E | 2B |
| Octal | 302 | 153 | 30 | 0 | 55 | 130 | 30 | 35 | 116 | 53 |
| Binary | 11000010 | 1101011 | 11000 | 0 | 101101 | 1011000 | 11000 | 11101 | 1001110 | 101011 |
Color Harmonies of #C26B18
Complementary color
Monochromatic Colors of #C26B18
Black with #C26B18
Text Example
Text Example
White with #C26B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B18; }
p { color: rgb(194,107,24); }
H1.HeaderClassName
{
color: #C26B18;
}
.AnyTagClassName
{
color: #C26B18;
}
</style>
background-color css
<style>
a { background-color: #C26B18; }
a { background-color: rgb(194,107,24); }
div.DivClassName
{
background-color: #C26B18;
}
.BgClassName
{
background-color: #C26B18;
}
</style>
border-color css
<style>
span { border-color: #C26B18; }
span { border-color: rgb(194,107,24); }
td.TdClassName
{
border-color: #C26B18;
}
.TagClassName
{
border-color: #C26B18;
}
</style>