Shades of Zest #C27738
Tints of Zest #C27738
RGB
CMYK
RGB Variations
Color information
#C27738 (or 0xC27738) is known color: Zest. HEX triplet: C2, 77 and 38. RGB value is (194,119,56). Sum of RGB (Red+Green+Blue) = 194+119+56=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C27738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27738 is #3D88C7. Grayscale: #868686. Windows color (decimal): -4032712 or 3700674. OLE color: 3700674.
HSL color Cylindrical-coordinate representation of color #C27738: hue angle of 27.39º 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 #C27738 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 56 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.24 |
| HSL | 27.39º | 0.55% | 0.49% | - |
| HSV(B) | 27.39º | 0.71% | 0.76% | - |
| XYZ | 29.56 | 24.95 | 7 | - |
| YUV | 134.24 | 83.85 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 56 | 0 | 0.39 | 0.71 | 0.24 | 27.39 | 0.55 | 0.49 |
| Hex | C2 | 77 | 38 | 0 | 27 | 47 | 18 | 1B | 37 | 31 |
| Octal | 302 | 167 | 70 | 0 | 47 | 107 | 30 | 33 | 67 | 61 |
| Binary | 11000010 | 1110111 | 111000 | 0 | 100111 | 1000111 | 11000 | 11011 | 110111 | 110001 |
Color Harmonies of #C27738
Complementary color
Monochromatic Colors of #C27738
Black with #C27738
Text Example
Text Example
White with #C27738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27738; }
p { color: rgb(194,119,56); }
H1.HeaderClassName
{
color: #C27738;
}
.AnyTagClassName
{
color: #C27738;
}
</style>
background-color css
<style>
a { background-color: #C27738; }
a { background-color: rgb(194,119,56); }
div.DivClassName
{
background-color: #C27738;
}
.BgClassName
{
background-color: #C27738;
}
</style>
border-color css
<style>
span { border-color: #C27738; }
span { border-color: rgb(194,119,56); }
td.TdClassName
{
border-color: #C27738;
}
.TagClassName
{
border-color: #C27738;
}
</style>