Shades of Zest #C97131
Tints of Zest #C97131
RGB
CMYK
RGB Variations
Color information
#C97131 (or 0xC97131) is known color: Zest. HEX triplet: C9, 71 and 31. RGB value is (201,113,49). Sum of RGB (Red+Green+Blue) = 201+113+49=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C97131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97131 is #368ECE. Grayscale: #848484. Windows color (decimal): -3575503 or 3240393. OLE color: 3240393.
HSL color Cylindrical-coordinate representation of color #C97131: hue angle of 25.26º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C97131 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 49 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.21 |
| HSL | 25.26º | 0.61% | 0.49% | - |
| HSV(B) | 25.26º | 0.76% | 0.79% | - |
| XYZ | 30.55 | 24.45 | 6.01 | - |
| YUV | 132.02 | 81.15 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 49 | 0 | 0.44 | 0.76 | 0.21 | 25.26 | 0.61 | 0.49 |
| Hex | C9 | 71 | 31 | 0 | 2C | 4C | 15 | 19 | 3D | 31 |
| Octal | 311 | 161 | 61 | 0 | 54 | 114 | 25 | 31 | 75 | 61 |
| Binary | 11001001 | 1110001 | 110001 | 0 | 101100 | 1001100 | 10101 | 11001 | 111101 | 110001 |
Color Harmonies of #C97131
Complementary color
Monochromatic Colors of #C97131
Black with #C97131
Text Example
Text Example
White with #C97131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97131; }
p { color: rgb(201,113,49); }
H1.HeaderClassName
{
color: #C97131;
}
.AnyTagClassName
{
color: #C97131;
}
</style>
background-color css
<style>
a { background-color: #C97131; }
a { background-color: rgb(201,113,49); }
div.DivClassName
{
background-color: #C97131;
}
.BgClassName
{
background-color: #C97131;
}
</style>
border-color css
<style>
span { border-color: #C97131; }
span { border-color: rgb(201,113,49); }
td.TdClassName
{
border-color: #C97131;
}
.TagClassName
{
border-color: #C97131;
}
</style>