Shades of Zest #C97138
Tints of Zest #C97138
RGB
CMYK
RGB Variations
Color information
#C97138 (or 0xC97138) is known color: Zest. HEX triplet: C9, 71 and 38. RGB value is (201,113,56). Sum of RGB (Red+Green+Blue) = 201+113+56=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C97138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97138 is #368EC7. Grayscale: #858585. Windows color (decimal): -3575496 or 3699145. OLE color: 3699145.
HSL color Cylindrical-coordinate representation of color #C97138: hue angle of 23.59º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C97138 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 56 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.21 |
| HSL | 23.59º | 0.57% | 0.5% | - |
| HSV(B) | 23.59º | 0.72% | 0.79% | - |
| XYZ | 30.71 | 24.51 | 6.85 | - |
| YUV | 132.81 | 84.65 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 56 | 0 | 0.44 | 0.72 | 0.21 | 23.59 | 0.57 | 0.5 |
| Hex | C9 | 71 | 38 | 0 | 2C | 48 | 15 | 18 | 39 | 32 |
| Octal | 311 | 161 | 70 | 0 | 54 | 110 | 25 | 30 | 71 | 62 |
| Binary | 11001001 | 1110001 | 111000 | 0 | 101100 | 1001000 | 10101 | 11000 | 111001 | 110010 |
Color Harmonies of #C97138
Complementary color
Monochromatic Colors of #C97138
Black with #C97138
Text Example
Text Example
White with #C97138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97138; }
p { color: rgb(201,113,56); }
H1.HeaderClassName
{
color: #C97138;
}
.AnyTagClassName
{
color: #C97138;
}
</style>
background-color css
<style>
a { background-color: #C97138; }
a { background-color: rgb(201,113,56); }
div.DivClassName
{
background-color: #C97138;
}
.BgClassName
{
background-color: #C97138;
}
</style>
border-color css
<style>
span { border-color: #C97138; }
span { border-color: rgb(201,113,56); }
td.TdClassName
{
border-color: #C97138;
}
.TagClassName
{
border-color: #C97138;
}
</style>