Shades of Zest #C97541
Tints of Zest #C97541
RGB
CMYK
RGB Variations
Color information
#C97541 (or 0xC97541) is known color: Zest. HEX triplet: C9, 75 and 41. RGB value is (201,117,65). Sum of RGB (Red+Green+Blue) = 201+117+65=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C97541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97541 is #368ABE. Grayscale: #888888. Windows color (decimal): -3574463 or 4289993. OLE color: 4289993.
HSL color Cylindrical-coordinate representation of color #C97541: hue angle of 22.94º 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 #C97541 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 65 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.21 |
| HSL | 22.94º | 0.56% | 0.52% | - |
| HSV(B) | 22.94º | 0.68% | 0.79% | - |
| XYZ | 31.4 | 25.52 | 8.27 | - |
| YUV | 136.19 | 87.83 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 65 | 0 | 0.42 | 0.68 | 0.21 | 22.94 | 0.56 | 0.52 |
| Hex | C9 | 75 | 41 | 0 | 2A | 44 | 15 | 17 | 38 | 34 |
| Octal | 311 | 165 | 101 | 0 | 52 | 104 | 25 | 27 | 70 | 64 |
| Binary | 11001001 | 1110101 | 1000001 | 0 | 101010 | 1000100 | 10101 | 10111 | 111000 | 110100 |
Color Harmonies of #C97541
Complementary color
Monochromatic Colors of #C97541
Black with #C97541
Text Example
Text Example
White with #C97541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97541; }
p { color: rgb(201,117,65); }
H1.HeaderClassName
{
color: #C97541;
}
.AnyTagClassName
{
color: #C97541;
}
</style>
background-color css
<style>
a { background-color: #C97541; }
a { background-color: rgb(201,117,65); }
div.DivClassName
{
background-color: #C97541;
}
.BgClassName
{
background-color: #C97541;
}
</style>
border-color css
<style>
span { border-color: #C97541; }
span { border-color: rgb(201,117,65); }
td.TdClassName
{
border-color: #C97541;
}
.TagClassName
{
border-color: #C97541;
}
</style>