Shades of Zest #C97741
Tints of Zest #C97741
RGB
CMYK
RGB Variations
Color information
#C97741 (or 0xC97741) is known color: Zest. HEX triplet: C9, 77 and 41. RGB value is (201,119,65). Sum of RGB (Red+Green+Blue) = 201+119+65=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C97741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97741 is #3688BE. Grayscale: #898989. Windows color (decimal): -3573951 or 4290505. OLE color: 4290505.
HSL color Cylindrical-coordinate representation of color #C97741: hue angle of 23.82º 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 #C97741 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 65 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.21 |
| HSL | 23.82º | 0.56% | 0.52% | - |
| HSV(B) | 23.82º | 0.68% | 0.79% | - |
| XYZ | 31.64 | 25.99 | 8.35 | - |
| YUV | 137.36 | 87.17 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 65 | 0 | 0.41 | 0.68 | 0.21 | 23.82 | 0.56 | 0.52 |
| Hex | C9 | 77 | 41 | 0 | 29 | 44 | 15 | 18 | 38 | 34 |
| Octal | 311 | 167 | 101 | 0 | 51 | 104 | 25 | 30 | 70 | 64 |
| Binary | 11001001 | 1110111 | 1000001 | 0 | 101001 | 1000100 | 10101 | 11000 | 111000 | 110100 |
Color Harmonies of #C97741
Complementary color
Monochromatic Colors of #C97741
Black with #C97741
Text Example
Text Example
White with #C97741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97741; }
p { color: rgb(201,119,65); }
H1.HeaderClassName
{
color: #C97741;
}
.AnyTagClassName
{
color: #C97741;
}
</style>
background-color css
<style>
a { background-color: #C97741; }
a { background-color: rgb(201,119,65); }
div.DivClassName
{
background-color: #C97741;
}
.BgClassName
{
background-color: #C97741;
}
</style>
border-color css
<style>
span { border-color: #C97741; }
span { border-color: rgb(201,119,65); }
td.TdClassName
{
border-color: #C97741;
}
.TagClassName
{
border-color: #C97741;
}
</style>