Shades of Zest #C97641
Tints of Zest #C97641
RGB
CMYK
RGB Variations
Color information
#C97641 (or 0xC97641) is known color: Zest. HEX triplet: C9, 76 and 41. RGB value is (201,118,65). Sum of RGB (Red+Green+Blue) = 201+118+65=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C97641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97641 is #3689BE. Grayscale: #898989. Windows color (decimal): -3574207 or 4290249. OLE color: 4290249.
HSL color Cylindrical-coordinate representation of color #C97641: hue angle of 23.38º 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 #C97641 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 65 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.21 |
| HSL | 23.38º | 0.56% | 0.52% | - |
| HSV(B) | 23.38º | 0.68% | 0.79% | - |
| XYZ | 31.52 | 25.76 | 8.31 | - |
| YUV | 136.78 | 87.5 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 65 | 0 | 0.41 | 0.68 | 0.21 | 23.38 | 0.56 | 0.52 |
| Hex | C9 | 76 | 41 | 0 | 29 | 44 | 15 | 17 | 38 | 34 |
| Octal | 311 | 166 | 101 | 0 | 51 | 104 | 25 | 27 | 70 | 64 |
| Binary | 11001001 | 1110110 | 1000001 | 0 | 101001 | 1000100 | 10101 | 10111 | 111000 | 110100 |
Color Harmonies of #C97641
Complementary color
Monochromatic Colors of #C97641
Black with #C97641
Text Example
Text Example
White with #C97641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97641; }
p { color: rgb(201,118,65); }
H1.HeaderClassName
{
color: #C97641;
}
.AnyTagClassName
{
color: #C97641;
}
</style>
background-color css
<style>
a { background-color: #C97641; }
a { background-color: rgb(201,118,65); }
div.DivClassName
{
background-color: #C97641;
}
.BgClassName
{
background-color: #C97641;
}
</style>
border-color css
<style>
span { border-color: #C97641; }
span { border-color: rgb(201,118,65); }
td.TdClassName
{
border-color: #C97641;
}
.TagClassName
{
border-color: #C97641;
}
</style>