Shades of Zest #C26C40
Tints of Zest #C26C40
RGB
CMYK
RGB Variations
Color information
#C26C40 (or 0xC26C40) is known color: Zest. HEX triplet: C2, 6C and 40. RGB value is (194,108,64). Sum of RGB (Red+Green+Blue) = 194+108+64=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26C40 is #3D93BF. Grayscale: #808080. Windows color (decimal): -4035520 or 4222146. OLE color: 4222146.
HSL color Cylindrical-coordinate representation of color #C26C40: hue angle of 20.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C26C40 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 64 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.24 |
| HSL | 20.31º | 0.52% | 0.51% | - |
| HSV(B) | 20.31º | 0.67% | 0.76% | - |
| XYZ | 28.54 | 22.56 | 7.7 | - |
| YUV | 128.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 64 | 0 | 0.44 | 0.67 | 0.24 | 20.31 | 0.52 | 0.51 |
| Hex | C2 | 6C | 40 | 0 | 2C | 43 | 18 | 14 | 34 | 33 |
| Octal | 302 | 154 | 100 | 0 | 54 | 103 | 30 | 24 | 64 | 63 |
| Binary | 11000010 | 1101100 | 1000000 | 0 | 101100 | 1000011 | 11000 | 10100 | 110100 | 110011 |
Color Harmonies of #C26C40
Complementary color
Monochromatic Colors of #C26C40
Black with #C26C40
Text Example
Text Example
White with #C26C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C40; }
p { color: rgb(194,108,64); }
H1.HeaderClassName
{
color: #C26C40;
}
.AnyTagClassName
{
color: #C26C40;
}
</style>
background-color css
<style>
a { background-color: #C26C40; }
a { background-color: rgb(194,108,64); }
div.DivClassName
{
background-color: #C26C40;
}
.BgClassName
{
background-color: #C26C40;
}
</style>
border-color css
<style>
span { border-color: #C26C40; }
span { border-color: rgb(194,108,64); }
td.TdClassName
{
border-color: #C26C40;
}
.TagClassName
{
border-color: #C26C40;
}
</style>