Shades of Zest #C97543
Tints of Zest #C97543
RGB
CMYK
RGB Variations
Color information
#C97543 (or 0xC97543) is known color: Zest. HEX triplet: C9, 75 and 43. RGB value is (201,117,67). Sum of RGB (Red+Green+Blue) = 201+117+67=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C97543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97543 is #368ABC. Grayscale: #888888. Windows color (decimal): -3574461 or 4421065. OLE color: 4421065.
HSL color Cylindrical-coordinate representation of color #C97543: hue angle of 22.39º 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 #C97543 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 67 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.21 |
| HSL | 22.39º | 0.55% | 0.53% | - |
| HSV(B) | 22.39º | 0.67% | 0.79% | - |
| XYZ | 31.46 | 25.55 | 8.58 | - |
| YUV | 136.42 | 88.83 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 67 | 0 | 0.42 | 0.67 | 0.21 | 22.39 | 0.55 | 0.53 |
| Hex | C9 | 75 | 43 | 0 | 2A | 43 | 15 | 16 | 37 | 35 |
| Octal | 311 | 165 | 103 | 0 | 52 | 103 | 25 | 26 | 67 | 65 |
| Binary | 11001001 | 1110101 | 1000011 | 0 | 101010 | 1000011 | 10101 | 10110 | 110111 | 110101 |
Color Harmonies of #C97543
Complementary color
Monochromatic Colors of #C97543
Black with #C97543
Text Example
Text Example
White with #C97543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97543; }
p { color: rgb(201,117,67); }
H1.HeaderClassName
{
color: #C97543;
}
.AnyTagClassName
{
color: #C97543;
}
</style>
background-color css
<style>
a { background-color: #C97543; }
a { background-color: rgb(201,117,67); }
div.DivClassName
{
background-color: #C97543;
}
.BgClassName
{
background-color: #C97543;
}
</style>
border-color css
<style>
span { border-color: #C97543; }
span { border-color: rgb(201,117,67); }
td.TdClassName
{
border-color: #C97543;
}
.TagClassName
{
border-color: #C97543;
}
</style>