Shades of Zest #C26E33
Tints of Zest #C26E33
RGB
CMYK
RGB Variations
Color information
#C26E33 (or 0xC26E33) is known color: Zest. HEX triplet: C2, 6E and 33. RGB value is (194,110,51). Sum of RGB (Red+Green+Blue) = 194+110+51=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E33 is #3D91CC. Grayscale: #808080. Windows color (decimal): -4035021 or 3370690. OLE color: 3370690.
HSL color Cylindrical-coordinate representation of color #C26E33: hue angle of 24.76º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C26E33 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 51 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.24 |
| HSL | 24.76º | 0.58% | 0.48% | - |
| HSV(B) | 24.76º | 0.74% | 0.76% | - |
| XYZ | 28.42 | 22.86 | 6.05 | - |
| YUV | 128.39 | 84.33 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 51 | 0 | 0.43 | 0.74 | 0.24 | 24.76 | 0.58 | 0.48 |
| Hex | C2 | 6E | 33 | 0 | 2B | 4A | 18 | 19 | 3A | 30 |
| Octal | 302 | 156 | 63 | 0 | 53 | 112 | 30 | 31 | 72 | 60 |
| Binary | 11000010 | 1101110 | 110011 | 0 | 101011 | 1001010 | 11000 | 11001 | 111010 | 110000 |
Color Harmonies of #C26E33
Complementary color
Monochromatic Colors of #C26E33
Black with #C26E33
Text Example
Text Example
White with #C26E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E33; }
p { color: rgb(194,110,51); }
H1.HeaderClassName
{
color: #C26E33;
}
.AnyTagClassName
{
color: #C26E33;
}
</style>
background-color css
<style>
a { background-color: #C26E33; }
a { background-color: rgb(194,110,51); }
div.DivClassName
{
background-color: #C26E33;
}
.BgClassName
{
background-color: #C26E33;
}
</style>
border-color css
<style>
span { border-color: #C26E33; }
span { border-color: rgb(194,110,51); }
td.TdClassName
{
border-color: #C26E33;
}
.TagClassName
{
border-color: #C26E33;
}
</style>