Shades of Zest #C27338
Tints of Zest #C27338
RGB
CMYK
RGB Variations
Color information
#C27338 (or 0xC27338) is known color: Zest. HEX triplet: C2, 73 and 38. RGB value is (194,115,56). Sum of RGB (Red+Green+Blue) = 194+115+56=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C27338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27338 is #3D8CC7. Grayscale: #848484. Windows color (decimal): -4033736 or 3699650. OLE color: 3699650.
HSL color Cylindrical-coordinate representation of color #C27338: hue angle of 25.65º 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 #C27338 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 56 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.24 |
| HSL | 25.65º | 0.55% | 0.49% | - |
| HSV(B) | 25.65º | 0.71% | 0.76% | - |
| XYZ | 29.09 | 24.02 | 6.84 | - |
| YUV | 131.9 | 85.17 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 56 | 0 | 0.41 | 0.71 | 0.24 | 25.65 | 0.55 | 0.49 |
| Hex | C2 | 73 | 38 | 0 | 29 | 47 | 18 | 1A | 37 | 31 |
| Octal | 302 | 163 | 70 | 0 | 51 | 107 | 30 | 32 | 67 | 61 |
| Binary | 11000010 | 1110011 | 111000 | 0 | 101001 | 1000111 | 11000 | 11010 | 110111 | 110001 |
Color Harmonies of #C27338
Complementary color
Monochromatic Colors of #C27338
Black with #C27338
Text Example
Text Example
White with #C27338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27338; }
p { color: rgb(194,115,56); }
H1.HeaderClassName
{
color: #C27338;
}
.AnyTagClassName
{
color: #C27338;
}
</style>
background-color css
<style>
a { background-color: #C27338; }
a { background-color: rgb(194,115,56); }
div.DivClassName
{
background-color: #C27338;
}
.BgClassName
{
background-color: #C27338;
}
</style>
border-color css
<style>
span { border-color: #C27338; }
span { border-color: rgb(194,115,56); }
td.TdClassName
{
border-color: #C27338;
}
.TagClassName
{
border-color: #C27338;
}
</style>