Shades of Zest #C27339
Tints of Zest #C27339
RGB
CMYK
RGB Variations
Color information
#C27339 (or 0xC27339) is known color: Zest. HEX triplet: C2, 73 and 39. RGB value is (194,115,57). Sum of RGB (Red+Green+Blue) = 194+115+57=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C27339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27339 is #3D8CC6. Grayscale: #848484. Windows color (decimal): -4033735 or 3765186. OLE color: 3765186.
HSL color Cylindrical-coordinate representation of color #C27339: hue angle of 25.4º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C27339 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 57 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.24 |
| HSL | 25.4º | 0.55% | 0.49% | - |
| HSV(B) | 25.4º | 0.71% | 0.76% | - |
| XYZ | 29.12 | 24.03 | 6.97 | - |
| YUV | 132.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 57 | 0 | 0.41 | 0.71 | 0.24 | 25.4 | 0.55 | 0.49 |
| Hex | C2 | 73 | 39 | 0 | 29 | 47 | 18 | 19 | 37 | 31 |
| Octal | 302 | 163 | 71 | 0 | 51 | 107 | 30 | 31 | 67 | 61 |
| Binary | 11000010 | 1110011 | 111001 | 0 | 101001 | 1000111 | 11000 | 11001 | 110111 | 110001 |
Color Harmonies of #C27339
Complementary color
Monochromatic Colors of #C27339
Black with #C27339
Text Example
Text Example
White with #C27339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27339; }
p { color: rgb(194,115,57); }
H1.HeaderClassName
{
color: #C27339;
}
.AnyTagClassName
{
color: #C27339;
}
</style>
background-color css
<style>
a { background-color: #C27339; }
a { background-color: rgb(194,115,57); }
div.DivClassName
{
background-color: #C27339;
}
.BgClassName
{
background-color: #C27339;
}
</style>
border-color css
<style>
span { border-color: #C27339; }
span { border-color: rgb(194,115,57); }
td.TdClassName
{
border-color: #C27339;
}
.TagClassName
{
border-color: #C27339;
}
</style>