Shades of Zest #C26941
Tints of Zest #C26941
RGB
CMYK
RGB Variations
Color information
#C26941 (or 0xC26941) is known color: Zest. HEX triplet: C2, 69 and 41. RGB value is (194,105,65). Sum of RGB (Red+Green+Blue) = 194+105+65=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C26941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26941 is #3D96BE. Grayscale: #7F7F7F. Windows color (decimal): -4036287 or 4286914. OLE color: 4286914.
HSL color Cylindrical-coordinate representation of color #C26941: hue angle of 18.6º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C26941 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 65 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.24 |
| HSL | 18.6º | 0.51% | 0.51% | - |
| HSV(B) | 18.6º | 0.66% | 0.76% | - |
| XYZ | 28.25 | 21.95 | 7.75 | - |
| YUV | 127.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 65 | 0 | 0.46 | 0.66 | 0.24 | 18.6 | 0.51 | 0.51 |
| Hex | C2 | 69 | 41 | 0 | 2E | 42 | 18 | 13 | 33 | 33 |
| Octal | 302 | 151 | 101 | 0 | 56 | 102 | 30 | 23 | 63 | 63 |
| Binary | 11000010 | 1101001 | 1000001 | 0 | 101110 | 1000010 | 11000 | 10011 | 110011 | 110011 |
Color Harmonies of #C26941
Complementary color
Monochromatic Colors of #C26941
Black with #C26941
Text Example
Text Example
White with #C26941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26941; }
p { color: rgb(194,105,65); }
H1.HeaderClassName
{
color: #C26941;
}
.AnyTagClassName
{
color: #C26941;
}
</style>
background-color css
<style>
a { background-color: #C26941; }
a { background-color: rgb(194,105,65); }
div.DivClassName
{
background-color: #C26941;
}
.BgClassName
{
background-color: #C26941;
}
</style>
border-color css
<style>
span { border-color: #C26941; }
span { border-color: rgb(194,105,65); }
td.TdClassName
{
border-color: #C26941;
}
.TagClassName
{
border-color: #C26941;
}
</style>