Shades of Zest #C97431
Tints of Zest #C97431
RGB
CMYK
RGB Variations
Color information
#C97431 (or 0xC97431) is known color: Zest. HEX triplet: C9, 74 and 31. RGB value is (201,116,49). Sum of RGB (Red+Green+Blue) = 201+116+49=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C97431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97431 is #368BCE. Grayscale: #868686. Windows color (decimal): -3574735 or 3241161. OLE color: 3241161.
HSL color Cylindrical-coordinate representation of color #C97431: hue angle of 26.45º 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 #C97431 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 49 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.21 |
| HSL | 26.45º | 0.61% | 0.49% | - |
| HSV(B) | 26.45º | 0.76% | 0.79% | - |
| XYZ | 30.89 | 25.13 | 6.13 | - |
| YUV | 133.78 | 80.16 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 49 | 0 | 0.42 | 0.76 | 0.21 | 26.45 | 0.61 | 0.49 |
| Hex | C9 | 74 | 31 | 0 | 2A | 4C | 15 | 1A | 3D | 31 |
| Octal | 311 | 164 | 61 | 0 | 52 | 114 | 25 | 32 | 75 | 61 |
| Binary | 11001001 | 1110100 | 110001 | 0 | 101010 | 1001100 | 10101 | 11010 | 111101 | 110001 |
Color Harmonies of #C97431
Complementary color
Monochromatic Colors of #C97431
Black with #C97431
Text Example
Text Example
White with #C97431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97431; }
p { color: rgb(201,116,49); }
H1.HeaderClassName
{
color: #C97431;
}
.AnyTagClassName
{
color: #C97431;
}
</style>
background-color css
<style>
a { background-color: #C97431; }
a { background-color: rgb(201,116,49); }
div.DivClassName
{
background-color: #C97431;
}
.BgClassName
{
background-color: #C97431;
}
</style>
border-color css
<style>
span { border-color: #C97431; }
span { border-color: rgb(201,116,49); }
td.TdClassName
{
border-color: #C97431;
}
.TagClassName
{
border-color: #C97431;
}
</style>