Shades of Zest #C97941
Tints of Zest #C97941
RGB
CMYK
RGB Variations
Color information
#C97941 (or 0xC97941) is known color: Zest. HEX triplet: C9, 79 and 41. RGB value is (201,121,65). Sum of RGB (Red+Green+Blue) = 201+121+65=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C97941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97941 is #3686BE. Grayscale: #8A8A8A. Windows color (decimal): -3573439 or 4291017. OLE color: 4291017.
HSL color Cylindrical-coordinate representation of color #C97941: hue angle of 24.71º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C97941 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 65 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.21 |
| HSL | 24.71º | 0.56% | 0.52% | - |
| HSV(B) | 24.71º | 0.68% | 0.79% | - |
| XYZ | 31.88 | 26.47 | 8.43 | - |
| YUV | 138.54 | 86.5 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 65 | 0 | 0.40 | 0.68 | 0.21 | 24.71 | 0.56 | 0.52 |
| Hex | C9 | 79 | 41 | 0 | 28 | 44 | 15 | 19 | 38 | 34 |
| Octal | 311 | 171 | 101 | 0 | 50 | 104 | 25 | 31 | 70 | 64 |
| Binary | 11001001 | 1111001 | 1000001 | 0 | 101000 | 1000100 | 10101 | 11001 | 111000 | 110100 |
Color Harmonies of #C97941
Complementary color
Monochromatic Colors of #C97941
Black with #C97941
Text Example
Text Example
White with #C97941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97941; }
p { color: rgb(201,121,65); }
H1.HeaderClassName
{
color: #C97941;
}
.AnyTagClassName
{
color: #C97941;
}
</style>
background-color css
<style>
a { background-color: #C97941; }
a { background-color: rgb(201,121,65); }
div.DivClassName
{
background-color: #C97941;
}
.BgClassName
{
background-color: #C97941;
}
</style>
border-color css
<style>
span { border-color: #C97941; }
span { border-color: rgb(201,121,65); }
td.TdClassName
{
border-color: #C97941;
}
.TagClassName
{
border-color: #C97941;
}
</style>