Shades of Zest #C27544
Tints of Zest #C27544
RGB
CMYK
RGB Variations
Color information
#C27544 (or 0xC27544) is known color: Zest. HEX triplet: C2, 75 and 44. RGB value is (194,117,68). Sum of RGB (Red+Green+Blue) = 194+117+68=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C27544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27544 is #3D8ABB. Grayscale: #868686. Windows color (decimal): -4033212 or 4486594. OLE color: 4486594.
HSL color Cylindrical-coordinate representation of color #C27544: hue angle of 23.33º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C27544 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 68 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.24 |
| HSL | 23.33º | 0.51% | 0.51% | - |
| HSV(B) | 23.33º | 0.65% | 0.76% | - |
| XYZ | 29.65 | 24.61 | 8.66 | - |
| YUV | 134.44 | 90.51 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 68 | 0 | 0.40 | 0.65 | 0.24 | 23.33 | 0.51 | 0.51 |
| Hex | C2 | 75 | 44 | 0 | 28 | 41 | 18 | 17 | 33 | 33 |
| Octal | 302 | 165 | 104 | 0 | 50 | 101 | 30 | 27 | 63 | 63 |
| Binary | 11000010 | 1110101 | 1000100 | 0 | 101000 | 1000001 | 11000 | 10111 | 110011 | 110011 |
Color Harmonies of #C27544
Complementary color
Monochromatic Colors of #C27544
Black with #C27544
Text Example
Text Example
White with #C27544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27544; }
p { color: rgb(194,117,68); }
H1.HeaderClassName
{
color: #C27544;
}
.AnyTagClassName
{
color: #C27544;
}
</style>
background-color css
<style>
a { background-color: #C27544; }
a { background-color: rgb(194,117,68); }
div.DivClassName
{
background-color: #C27544;
}
.BgClassName
{
background-color: #C27544;
}
</style>
border-color css
<style>
span { border-color: #C27544; }
span { border-color: rgb(194,117,68); }
td.TdClassName
{
border-color: #C27544;
}
.TagClassName
{
border-color: #C27544;
}
</style>