Shades of Zest #C27337
Tints of Zest #C27337
RGB
CMYK
RGB Variations
Color information
#C27337 (or 0xC27337) is known color: Zest. HEX triplet: C2, 73 and 37. RGB value is (194,115,55). Sum of RGB (Red+Green+Blue) = 194+115+55=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C27337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27337 is #3D8CC8. Grayscale: #848484. Windows color (decimal): -4033737 or 3634114. OLE color: 3634114.
HSL color Cylindrical-coordinate representation of color #C27337: hue angle of 25.9º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C27337 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 55 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.24 |
| HSL | 25.9º | 0.56% | 0.49% | - |
| HSV(B) | 25.9º | 0.72% | 0.76% | - |
| XYZ | 29.07 | 24.01 | 6.72 | - |
| YUV | 131.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 55 | 0 | 0.41 | 0.72 | 0.24 | 25.9 | 0.56 | 0.49 |
| Hex | C2 | 73 | 37 | 0 | 29 | 48 | 18 | 1A | 38 | 31 |
| Octal | 302 | 163 | 67 | 0 | 51 | 110 | 30 | 32 | 70 | 61 |
| Binary | 11000010 | 1110011 | 110111 | 0 | 101001 | 1001000 | 11000 | 11010 | 111000 | 110001 |
Color Harmonies of #C27337
Complementary color
Monochromatic Colors of #C27337
Black with #C27337
Text Example
Text Example
White with #C27337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27337; }
p { color: rgb(194,115,55); }
H1.HeaderClassName
{
color: #C27337;
}
.AnyTagClassName
{
color: #C27337;
}
</style>
background-color css
<style>
a { background-color: #C27337; }
a { background-color: rgb(194,115,55); }
div.DivClassName
{
background-color: #C27337;
}
.BgClassName
{
background-color: #C27337;
}
</style>
border-color css
<style>
span { border-color: #C27337; }
span { border-color: rgb(194,115,55); }
td.TdClassName
{
border-color: #C27337;
}
.TagClassName
{
border-color: #C27337;
}
</style>