Shades of Zest #C27238
Tints of Zest #C27238
RGB
CMYK
RGB Variations
Color information
#C27238 (or 0xC27238) is known color: Zest. HEX triplet: C2, 72 and 38. RGB value is (194,114,56). Sum of RGB (Red+Green+Blue) = 194+114+56=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C27238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27238 is #3D8DC7. Grayscale: #838383. Windows color (decimal): -4033992 or 3699394. OLE color: 3699394.
HSL color Cylindrical-coordinate representation of color #C27238: hue angle of 25.22º 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 #C27238 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 56 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.24 |
| HSL | 25.22º | 0.55% | 0.49% | - |
| HSV(B) | 25.22º | 0.71% | 0.76% | - |
| XYZ | 28.98 | 23.79 | 6.81 | - |
| YUV | 131.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 56 | 0 | 0.41 | 0.71 | 0.24 | 25.22 | 0.55 | 0.49 |
| Hex | C2 | 72 | 38 | 0 | 29 | 47 | 18 | 19 | 37 | 31 |
| Octal | 302 | 162 | 70 | 0 | 51 | 107 | 30 | 31 | 67 | 61 |
| Binary | 11000010 | 1110010 | 111000 | 0 | 101001 | 1000111 | 11000 | 11001 | 110111 | 110001 |
Color Harmonies of #C27238
Complementary color
Monochromatic Colors of #C27238
Black with #C27238
Text Example
Text Example
White with #C27238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27238; }
p { color: rgb(194,114,56); }
H1.HeaderClassName
{
color: #C27238;
}
.AnyTagClassName
{
color: #C27238;
}
</style>
background-color css
<style>
a { background-color: #C27238; }
a { background-color: rgb(194,114,56); }
div.DivClassName
{
background-color: #C27238;
}
.BgClassName
{
background-color: #C27238;
}
</style>
border-color css
<style>
span { border-color: #C27238; }
span { border-color: rgb(194,114,56); }
td.TdClassName
{
border-color: #C27238;
}
.TagClassName
{
border-color: #C27238;
}
</style>