Shades of Zest #C97330
Tints of Zest #C97330
RGB
CMYK
RGB Variations
Color information
#C97330 (or 0xC97330) is known color: Zest. HEX triplet: C9, 73 and 30. RGB value is (201,115,48). Sum of RGB (Red+Green+Blue) = 201+115+48=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C97330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97330 is #368CCF. Grayscale: #858585. Windows color (decimal): -3574992 or 3175369. OLE color: 3175369.
HSL color Cylindrical-coordinate representation of color #C97330: hue angle of 26.27º 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 #C97330 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 48 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.21 |
| HSL | 26.27º | 0.61% | 0.49% | - |
| HSV(B) | 26.27º | 0.76% | 0.79% | - |
| XYZ | 30.75 | 24.89 | 5.98 | - |
| YUV | 133.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 48 | 0 | 0.43 | 0.76 | 0.21 | 26.27 | 0.61 | 0.49 |
| Hex | C9 | 73 | 30 | 0 | 2B | 4C | 15 | 1A | 3D | 31 |
| Octal | 311 | 163 | 60 | 0 | 53 | 114 | 25 | 32 | 75 | 61 |
| Binary | 11001001 | 1110011 | 110000 | 0 | 101011 | 1001100 | 10101 | 11010 | 111101 | 110001 |
Color Harmonies of #C97330
Complementary color
Monochromatic Colors of #C97330
Black with #C97330
Text Example
Text Example
White with #C97330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97330; }
p { color: rgb(201,115,48); }
H1.HeaderClassName
{
color: #C97330;
}
.AnyTagClassName
{
color: #C97330;
}
</style>
background-color css
<style>
a { background-color: #C97330; }
a { background-color: rgb(201,115,48); }
div.DivClassName
{
background-color: #C97330;
}
.BgClassName
{
background-color: #C97330;
}
</style>
border-color css
<style>
span { border-color: #C97330; }
span { border-color: rgb(201,115,48); }
td.TdClassName
{
border-color: #C97330;
}
.TagClassName
{
border-color: #C97330;
}
</style>