Shades of Zest #C26D35
Tints of Zest #C26D35
RGB
CMYK
RGB Variations
Color information
#C26D35 (or 0xC26D35) is known color: Zest. HEX triplet: C2, 6D and 35. RGB value is (194,109,53). Sum of RGB (Red+Green+Blue) = 194+109+53=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26D35 is #3D92CA. Grayscale: #808080. Windows color (decimal): -4035275 or 3501506. OLE color: 3501506.
HSL color Cylindrical-coordinate representation of color #C26D35: hue angle of 23.83º 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 #C26D35 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 53 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.24 |
| HSL | 23.83º | 0.57% | 0.48% | - |
| HSV(B) | 23.83º | 0.73% | 0.76% | - |
| XYZ | 28.36 | 22.66 | 6.25 | - |
| YUV | 128.03 | 85.66 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 53 | 0 | 0.44 | 0.73 | 0.24 | 23.83 | 0.57 | 0.48 |
| Hex | C2 | 6D | 35 | 0 | 2C | 49 | 18 | 18 | 39 | 30 |
| Octal | 302 | 155 | 65 | 0 | 54 | 111 | 30 | 30 | 71 | 60 |
| Binary | 11000010 | 1101101 | 110101 | 0 | 101100 | 1001001 | 11000 | 11000 | 111001 | 110000 |
Color Harmonies of #C26D35
Complementary color
Monochromatic Colors of #C26D35
Black with #C26D35
Text Example
Text Example
White with #C26D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D35; }
p { color: rgb(194,109,53); }
H1.HeaderClassName
{
color: #C26D35;
}
.AnyTagClassName
{
color: #C26D35;
}
</style>
background-color css
<style>
a { background-color: #C26D35; }
a { background-color: rgb(194,109,53); }
div.DivClassName
{
background-color: #C26D35;
}
.BgClassName
{
background-color: #C26D35;
}
</style>
border-color css
<style>
span { border-color: #C26D35; }
span { border-color: rgb(194,109,53); }
td.TdClassName
{
border-color: #C26D35;
}
.TagClassName
{
border-color: #C26D35;
}
</style>