Shades of Zest #C97430
Tints of Zest #C97430
RGB
CMYK
RGB Variations
Color information
#C97430 (or 0xC97430) is known color: Zest. HEX triplet: C9, 74 and 30. RGB value is (201,116,48). Sum of RGB (Red+Green+Blue) = 201+116+48=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C97430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97430 is #368BCF. Grayscale: #868686. Windows color (decimal): -3574736 or 3175625. OLE color: 3175625.
HSL color Cylindrical-coordinate representation of color #C97430: hue angle of 26.67º 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 #C97430 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 48 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.21 |
| HSL | 26.67º | 0.61% | 0.49% | - |
| HSV(B) | 26.67º | 0.76% | 0.79% | - |
| XYZ | 30.87 | 25.12 | 6.02 | - |
| YUV | 133.66 | 79.66 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 48 | 0 | 0.42 | 0.76 | 0.21 | 26.67 | 0.61 | 0.49 |
| Hex | C9 | 74 | 30 | 0 | 2A | 4C | 15 | 1B | 3D | 31 |
| Octal | 311 | 164 | 60 | 0 | 52 | 114 | 25 | 33 | 75 | 61 |
| Binary | 11001001 | 1110100 | 110000 | 0 | 101010 | 1001100 | 10101 | 11011 | 111101 | 110001 |
Color Harmonies of #C97430
Complementary color
Monochromatic Colors of #C97430
Black with #C97430
Text Example
Text Example
White with #C97430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97430; }
p { color: rgb(201,116,48); }
H1.HeaderClassName
{
color: #C97430;
}
.AnyTagClassName
{
color: #C97430;
}
</style>
background-color css
<style>
a { background-color: #C97430; }
a { background-color: rgb(201,116,48); }
div.DivClassName
{
background-color: #C97430;
}
.BgClassName
{
background-color: #C97430;
}
</style>
border-color css
<style>
span { border-color: #C97430; }
span { border-color: rgb(201,116,48); }
td.TdClassName
{
border-color: #C97430;
}
.TagClassName
{
border-color: #C97430;
}
</style>