Shades of Zest #C26E35
Tints of Zest #C26E35
RGB
CMYK
RGB Variations
Color information
#C26E35 (or 0xC26E35) is known color: Zest. HEX triplet: C2, 6E and 35. RGB value is (194,110,53). Sum of RGB (Red+Green+Blue) = 194+110+53=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E35 is #3D91CA. Grayscale: #808080. Windows color (decimal): -4035019 or 3501762. OLE color: 3501762.
HSL color Cylindrical-coordinate representation of color #C26E35: hue angle of 24.26º degrees, saturation: 0.57, 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 #C26E35 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 53 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.24 |
| HSL | 24.26º | 0.57% | 0.48% | - |
| HSV(B) | 24.26º | 0.73% | 0.76% | - |
| XYZ | 28.47 | 22.88 | 6.28 | - |
| YUV | 128.62 | 85.33 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 53 | 0 | 0.43 | 0.73 | 0.24 | 24.26 | 0.57 | 0.48 |
| Hex | C2 | 6E | 35 | 0 | 2B | 49 | 18 | 18 | 39 | 30 |
| Octal | 302 | 156 | 65 | 0 | 53 | 111 | 30 | 30 | 71 | 60 |
| Binary | 11000010 | 1101110 | 110101 | 0 | 101011 | 1001001 | 11000 | 11000 | 111001 | 110000 |
Color Harmonies of #C26E35
Complementary color
Monochromatic Colors of #C26E35
Black with #C26E35
Text Example
Text Example
White with #C26E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E35; }
p { color: rgb(194,110,53); }
H1.HeaderClassName
{
color: #C26E35;
}
.AnyTagClassName
{
color: #C26E35;
}
</style>
background-color css
<style>
a { background-color: #C26E35; }
a { background-color: rgb(194,110,53); }
div.DivClassName
{
background-color: #C26E35;
}
.BgClassName
{
background-color: #C26E35;
}
</style>
border-color css
<style>
span { border-color: #C26E35; }
span { border-color: rgb(194,110,53); }
td.TdClassName
{
border-color: #C26E35;
}
.TagClassName
{
border-color: #C26E35;
}
</style>