Shades of Zest #C27542
Tints of Zest #C27542
RGB
CMYK
RGB Variations
Color information
#C27542 (or 0xC27542) is known color: Zest. HEX triplet: C2, 75 and 42. RGB value is (194,117,66). Sum of RGB (Red+Green+Blue) = 194+117+66=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C27542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27542 is #3D8ABD. Grayscale: #868686. Windows color (decimal): -4033214 or 4355522. OLE color: 4355522.
HSL color Cylindrical-coordinate representation of color #C27542: hue angle of 23.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C27542 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 66 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.24 |
| HSL | 23.91º | 0.51% | 0.51% | - |
| HSV(B) | 23.91º | 0.66% | 0.76% | - |
| XYZ | 29.59 | 24.59 | 8.34 | - |
| YUV | 134.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 66 | 0 | 0.40 | 0.66 | 0.24 | 23.91 | 0.51 | 0.51 |
| Hex | C2 | 75 | 42 | 0 | 28 | 42 | 18 | 18 | 33 | 33 |
| Octal | 302 | 165 | 102 | 0 | 50 | 102 | 30 | 30 | 63 | 63 |
| Binary | 11000010 | 1110101 | 1000010 | 0 | 101000 | 1000010 | 11000 | 11000 | 110011 | 110011 |
Color Harmonies of #C27542
Complementary color
Monochromatic Colors of #C27542
Black with #C27542
Text Example
Text Example
White with #C27542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27542; }
p { color: rgb(194,117,66); }
H1.HeaderClassName
{
color: #C27542;
}
.AnyTagClassName
{
color: #C27542;
}
</style>
background-color css
<style>
a { background-color: #C27542; }
a { background-color: rgb(194,117,66); }
div.DivClassName
{
background-color: #C27542;
}
.BgClassName
{
background-color: #C27542;
}
</style>
border-color css
<style>
span { border-color: #C27542; }
span { border-color: rgb(194,117,66); }
td.TdClassName
{
border-color: #C27542;
}
.TagClassName
{
border-color: #C27542;
}
</style>