Shades of Zest #C26E34
Tints of Zest #C26E34
RGB
CMYK
RGB Variations
Color information
#C26E34 (or 0xC26E34) is known color: Zest. HEX triplet: C2, 6E and 34. RGB value is (194,110,52). Sum of RGB (Red+Green+Blue) = 194+110+52=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E34 is #3D91CB. Grayscale: #808080. Windows color (decimal): -4035020 or 3436226. OLE color: 3436226.
HSL color Cylindrical-coordinate representation of color #C26E34: hue angle of 24.51º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C26E34 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 52 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.24 |
| HSL | 24.51º | 0.58% | 0.48% | - |
| HSV(B) | 24.51º | 0.73% | 0.76% | - |
| XYZ | 28.44 | 22.87 | 6.16 | - |
| YUV | 128.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 52 | 0 | 0.43 | 0.73 | 0.24 | 24.51 | 0.58 | 0.48 |
| Hex | C2 | 6E | 34 | 0 | 2B | 49 | 18 | 19 | 3A | 30 |
| Octal | 302 | 156 | 64 | 0 | 53 | 111 | 30 | 31 | 72 | 60 |
| Binary | 11000010 | 1101110 | 110100 | 0 | 101011 | 1001001 | 11000 | 11001 | 111010 | 110000 |
Color Harmonies of #C26E34
Complementary color
Monochromatic Colors of #C26E34
Black with #C26E34
Text Example
Text Example
White with #C26E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E34; }
p { color: rgb(194,110,52); }
H1.HeaderClassName
{
color: #C26E34;
}
.AnyTagClassName
{
color: #C26E34;
}
</style>
background-color css
<style>
a { background-color: #C26E34; }
a { background-color: rgb(194,110,52); }
div.DivClassName
{
background-color: #C26E34;
}
.BgClassName
{
background-color: #C26E34;
}
</style>
border-color css
<style>
span { border-color: #C26E34; }
span { border-color: rgb(194,110,52); }
td.TdClassName
{
border-color: #C26E34;
}
.TagClassName
{
border-color: #C26E34;
}
</style>