Shades of Zest #C97443
Tints of Zest #C97443
RGB
CMYK
RGB Variations
Color information
#C97443 (or 0xC97443) is known color: Zest. HEX triplet: C9, 74 and 43. RGB value is (201,116,67). Sum of RGB (Red+Green+Blue) = 201+116+67=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C97443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97443 is #368BBC. Grayscale: #888888. Windows color (decimal): -3574717 or 4420809. OLE color: 4420809.
HSL color Cylindrical-coordinate representation of color #C97443: hue angle of 21.94º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C97443 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 67 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.21 |
| HSL | 21.94º | 0.55% | 0.53% | - |
| HSV(B) | 21.94º | 0.67% | 0.79% | - |
| XYZ | 31.35 | 25.31 | 8.54 | - |
| YUV | 135.83 | 89.16 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 67 | 0 | 0.42 | 0.67 | 0.21 | 21.94 | 0.55 | 0.53 |
| Hex | C9 | 74 | 43 | 0 | 2A | 43 | 15 | 16 | 37 | 35 |
| Octal | 311 | 164 | 103 | 0 | 52 | 103 | 25 | 26 | 67 | 65 |
| Binary | 11001001 | 1110100 | 1000011 | 0 | 101010 | 1000011 | 10101 | 10110 | 110111 | 110101 |
Color Harmonies of #C97443
Complementary color
Monochromatic Colors of #C97443
Black with #C97443
Text Example
Text Example
White with #C97443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97443; }
p { color: rgb(201,116,67); }
H1.HeaderClassName
{
color: #C97443;
}
.AnyTagClassName
{
color: #C97443;
}
</style>
background-color css
<style>
a { background-color: #C97443; }
a { background-color: rgb(201,116,67); }
div.DivClassName
{
background-color: #C97443;
}
.BgClassName
{
background-color: #C97443;
}
</style>
border-color css
<style>
span { border-color: #C97443; }
span { border-color: rgb(201,116,67); }
td.TdClassName
{
border-color: #C97443;
}
.TagClassName
{
border-color: #C97443;
}
</style>