Shades of Zest #C97738
Tints of Zest #C97738
RGB
CMYK
RGB Variations
Color information
#C97738 (or 0xC97738) is known color: Zest. HEX triplet: C9, 77 and 38. RGB value is (201,119,56). Sum of RGB (Red+Green+Blue) = 201+119+56=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C97738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97738 is #3688C7. Grayscale: #888888. Windows color (decimal): -3573960 or 3700681. OLE color: 3700681.
HSL color Cylindrical-coordinate representation of color #C97738: hue angle of 26.07º 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 #C97738 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 56 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.21 |
| HSL | 26.07º | 0.57% | 0.5% | - |
| HSV(B) | 26.07º | 0.72% | 0.79% | - |
| XYZ | 31.4 | 25.9 | 7.09 | - |
| YUV | 136.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 56 | 0 | 0.41 | 0.72 | 0.21 | 26.07 | 0.57 | 0.5 |
| Hex | C9 | 77 | 38 | 0 | 29 | 48 | 15 | 1A | 39 | 32 |
| Octal | 311 | 167 | 70 | 0 | 51 | 110 | 25 | 32 | 71 | 62 |
| Binary | 11001001 | 1110111 | 111000 | 0 | 101001 | 1001000 | 10101 | 11010 | 111001 | 110010 |
Color Harmonies of #C97738
Complementary color
Monochromatic Colors of #C97738
Black with #C97738
Text Example
Text Example
White with #C97738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97738; }
p { color: rgb(201,119,56); }
H1.HeaderClassName
{
color: #C97738;
}
.AnyTagClassName
{
color: #C97738;
}
</style>
background-color css
<style>
a { background-color: #C97738; }
a { background-color: rgb(201,119,56); }
div.DivClassName
{
background-color: #C97738;
}
.BgClassName
{
background-color: #C97738;
}
</style>
border-color css
<style>
span { border-color: #C97738; }
span { border-color: rgb(201,119,56); }
td.TdClassName
{
border-color: #C97738;
}
.TagClassName
{
border-color: #C97738;
}
</style>