Shades of Zest #C97038
Tints of Zest #C97038
RGB
CMYK
RGB Variations
Color information
#C97038 (or 0xC97038) is known color: Zest. HEX triplet: C9, 70 and 38. RGB value is (201,112,56). Sum of RGB (Red+Green+Blue) = 201+112+56=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C97038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97038 is #368FC7. Grayscale: #848484. Windows color (decimal): -3575752 or 3698889. OLE color: 3698889.
HSL color Cylindrical-coordinate representation of color #C97038: hue angle of 23.17º 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 #C97038 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 56 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.21 |
| HSL | 23.17º | 0.57% | 0.5% | - |
| HSV(B) | 23.17º | 0.72% | 0.79% | - |
| XYZ | 30.6 | 24.29 | 6.82 | - |
| YUV | 132.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 56 | 0 | 0.44 | 0.72 | 0.21 | 23.17 | 0.57 | 0.5 |
| Hex | C9 | 70 | 38 | 0 | 2C | 48 | 15 | 17 | 39 | 32 |
| Octal | 311 | 160 | 70 | 0 | 54 | 110 | 25 | 27 | 71 | 62 |
| Binary | 11001001 | 1110000 | 111000 | 0 | 101100 | 1001000 | 10101 | 10111 | 111001 | 110010 |
Color Harmonies of #C97038
Complementary color
Monochromatic Colors of #C97038
Black with #C97038
Text Example
Text Example
White with #C97038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97038; }
p { color: rgb(201,112,56); }
H1.HeaderClassName
{
color: #C97038;
}
.AnyTagClassName
{
color: #C97038;
}
</style>
background-color css
<style>
a { background-color: #C97038; }
a { background-color: rgb(201,112,56); }
div.DivClassName
{
background-color: #C97038;
}
.BgClassName
{
background-color: #C97038;
}
</style>
border-color css
<style>
span { border-color: #C97038; }
span { border-color: rgb(201,112,56); }
td.TdClassName
{
border-color: #C97038;
}
.TagClassName
{
border-color: #C97038;
}
</style>