Shades of Zest #C27638
Tints of Zest #C27638
RGB
CMYK
RGB Variations
Color information
#C27638 (or 0xC27638) is known color: Zest. HEX triplet: C2, 76 and 38. RGB value is (194,118,56). Sum of RGB (Red+Green+Blue) = 194+118+56=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C27638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27638 is #3D89C7. Grayscale: #858585. Windows color (decimal): -4032968 or 3700418. OLE color: 3700418.
HSL color Cylindrical-coordinate representation of color #C27638: hue angle of 26.96º 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 #C27638 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 56 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.24 |
| HSL | 26.96º | 0.55% | 0.49% | - |
| HSV(B) | 26.96º | 0.71% | 0.76% | - |
| XYZ | 29.44 | 24.71 | 6.96 | - |
| YUV | 133.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 56 | 0 | 0.39 | 0.71 | 0.24 | 26.96 | 0.55 | 0.49 |
| Hex | C2 | 76 | 38 | 0 | 27 | 47 | 18 | 1B | 37 | 31 |
| Octal | 302 | 166 | 70 | 0 | 47 | 107 | 30 | 33 | 67 | 61 |
| Binary | 11000010 | 1110110 | 111000 | 0 | 100111 | 1000111 | 11000 | 11011 | 110111 | 110001 |
Color Harmonies of #C27638
Complementary color
Monochromatic Colors of #C27638
Black with #C27638
Text Example
Text Example
White with #C27638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27638; }
p { color: rgb(194,118,56); }
H1.HeaderClassName
{
color: #C27638;
}
.AnyTagClassName
{
color: #C27638;
}
</style>
background-color css
<style>
a { background-color: #C27638; }
a { background-color: rgb(194,118,56); }
div.DivClassName
{
background-color: #C27638;
}
.BgClassName
{
background-color: #C27638;
}
</style>
border-color css
<style>
span { border-color: #C27638; }
span { border-color: rgb(194,118,56); }
td.TdClassName
{
border-color: #C27638;
}
.TagClassName
{
border-color: #C27638;
}
</style>