Shades of Zest #C27340
Tints of Zest #C27340
RGB
CMYK
RGB Variations
Color information
#C27340 (or 0xC27340) is known color: Zest. HEX triplet: C2, 73 and 40. RGB value is (194,115,64). Sum of RGB (Red+Green+Blue) = 194+115+64=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C27340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27340 is #3D8CBF. Grayscale: #858585. Windows color (decimal): -4033728 or 4223938. OLE color: 4223938.
HSL color Cylindrical-coordinate representation of color #C27340: hue angle of 23.54º 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 #C27340 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 64 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.24 |
| HSL | 23.54º | 0.52% | 0.51% | - |
| HSV(B) | 23.54º | 0.67% | 0.76% | - |
| XYZ | 29.3 | 24.1 | 7.96 | - |
| YUV | 132.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 64 | 0 | 0.41 | 0.67 | 0.24 | 23.54 | 0.52 | 0.51 |
| Hex | C2 | 73 | 40 | 0 | 29 | 43 | 18 | 18 | 34 | 33 |
| Octal | 302 | 163 | 100 | 0 | 51 | 103 | 30 | 30 | 64 | 63 |
| Binary | 11000010 | 1110011 | 1000000 | 0 | 101001 | 1000011 | 11000 | 11000 | 110100 | 110011 |
Color Harmonies of #C27340
Complementary color
Monochromatic Colors of #C27340
Black with #C27340
Text Example
Text Example
White with #C27340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27340; }
p { color: rgb(194,115,64); }
H1.HeaderClassName
{
color: #C27340;
}
.AnyTagClassName
{
color: #C27340;
}
</style>
background-color css
<style>
a { background-color: #C27340; }
a { background-color: rgb(194,115,64); }
div.DivClassName
{
background-color: #C27340;
}
.BgClassName
{
background-color: #C27340;
}
</style>
border-color css
<style>
span { border-color: #C27340; }
span { border-color: rgb(194,115,64); }
td.TdClassName
{
border-color: #C27340;
}
.TagClassName
{
border-color: #C27340;
}
</style>