Shades of Zest #C97939
Tints of Zest #C97939
RGB
CMYK
RGB Variations
Color information
#C97939 (or 0xC97939) is known color: Zest. HEX triplet: C9, 79 and 39. RGB value is (201,121,57). Sum of RGB (Red+Green+Blue) = 201+121+57=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C97939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97939 is #3686C6. Grayscale: #898989. Windows color (decimal): -3573447 or 3766729. OLE color: 3766729.
HSL color Cylindrical-coordinate representation of color #C97939: hue angle of 26.67º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C97939 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 57 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.21 |
| HSL | 26.67º | 0.57% | 0.51% | - |
| HSV(B) | 26.67º | 0.72% | 0.79% | - |
| XYZ | 31.66 | 26.39 | 7.3 | - |
| YUV | 137.62 | 82.5 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 57 | 0 | 0.40 | 0.72 | 0.21 | 26.67 | 0.57 | 0.51 |
| Hex | C9 | 79 | 39 | 0 | 28 | 48 | 15 | 1B | 39 | 33 |
| Octal | 311 | 171 | 71 | 0 | 50 | 110 | 25 | 33 | 71 | 63 |
| Binary | 11001001 | 1111001 | 111001 | 0 | 101000 | 1001000 | 10101 | 11011 | 111001 | 110011 |
Color Harmonies of #C97939
Complementary color
Monochromatic Colors of #C97939
Black with #C97939
Text Example
Text Example
White with #C97939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97939; }
p { color: rgb(201,121,57); }
H1.HeaderClassName
{
color: #C97939;
}
.AnyTagClassName
{
color: #C97939;
}
</style>
background-color css
<style>
a { background-color: #C97939; }
a { background-color: rgb(201,121,57); }
div.DivClassName
{
background-color: #C97939;
}
.BgClassName
{
background-color: #C97939;
}
</style>
border-color css
<style>
span { border-color: #C97939; }
span { border-color: rgb(201,121,57); }
td.TdClassName
{
border-color: #C97939;
}
.TagClassName
{
border-color: #C97939;
}
</style>