Shades of Zest #C97231
Tints of Zest #C97231
RGB
CMYK
RGB Variations
Color information
#C97231 (or 0xC97231) is known color: Zest. HEX triplet: C9, 72 and 31. RGB value is (201,114,49). Sum of RGB (Red+Green+Blue) = 201+114+49=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C97231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97231 is #368DCE. Grayscale: #848484. Windows color (decimal): -3575247 or 3240649. OLE color: 3240649.
HSL color Cylindrical-coordinate representation of color #C97231: hue angle of 25.66º 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 #C97231 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 49 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.21 |
| HSL | 25.66º | 0.61% | 0.49% | - |
| HSV(B) | 25.66º | 0.76% | 0.79% | - |
| XYZ | 30.66 | 24.67 | 6.05 | - |
| YUV | 132.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 49 | 0 | 0.43 | 0.76 | 0.21 | 25.66 | 0.61 | 0.49 |
| Hex | C9 | 72 | 31 | 0 | 2B | 4C | 15 | 1A | 3D | 31 |
| Octal | 311 | 162 | 61 | 0 | 53 | 114 | 25 | 32 | 75 | 61 |
| Binary | 11001001 | 1110010 | 110001 | 0 | 101011 | 1001100 | 10101 | 11010 | 111101 | 110001 |
Color Harmonies of #C97231
Complementary color
Monochromatic Colors of #C97231
Black with #C97231
Text Example
Text Example
White with #C97231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97231; }
p { color: rgb(201,114,49); }
H1.HeaderClassName
{
color: #C97231;
}
.AnyTagClassName
{
color: #C97231;
}
</style>
background-color css
<style>
a { background-color: #C97231; }
a { background-color: rgb(201,114,49); }
div.DivClassName
{
background-color: #C97231;
}
.BgClassName
{
background-color: #C97231;
}
</style>
border-color css
<style>
span { border-color: #C97231; }
span { border-color: rgb(201,114,49); }
td.TdClassName
{
border-color: #C97231;
}
.TagClassName
{
border-color: #C97231;
}
</style>