Shades of Zest #C97A3D
Tints of Zest #C97A3D
RGB
CMYK
RGB Variations
Color information
#C97A3D (or 0xC97A3D) is known color: Zest. HEX triplet: C9, 7A and 3D. RGB value is (201,122,61). Sum of RGB (Red+Green+Blue) = 201+122+61=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A3D is #3685C2. Grayscale: #8A8A8A. Windows color (decimal): -3573187 or 4029129. OLE color: 4029129.
HSL color Cylindrical-coordinate representation of color #C97A3D: hue angle of 26.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C97A3D is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 61 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.21 |
| HSL | 26.14º | 0.56% | 0.51% | - |
| HSV(B) | 26.14º | 0.7% | 0.79% | - |
| XYZ | 31.89 | 26.67 | 7.88 | - |
| YUV | 138.67 | 84.17 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 61 | 0 | 0.39 | 0.70 | 0.21 | 26.14 | 0.56 | 0.51 |
| Hex | C9 | 7A | 3D | 0 | 27 | 46 | 15 | 1A | 38 | 33 |
| Octal | 311 | 172 | 75 | 0 | 47 | 106 | 25 | 32 | 70 | 63 |
| Binary | 11001001 | 1111010 | 111101 | 0 | 100111 | 1000110 | 10101 | 11010 | 111000 | 110011 |
Color Harmonies of #C97A3D
Complementary color
Monochromatic Colors of #C97A3D
Black with #C97A3D
Text Example
Text Example
White with #C97A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A3D; }
p { color: rgb(201,122,61); }
H1.HeaderClassName
{
color: #C97A3D;
}
.AnyTagClassName
{
color: #C97A3D;
}
</style>
background-color css
<style>
a { background-color: #C97A3D; }
a { background-color: rgb(201,122,61); }
div.DivClassName
{
background-color: #C97A3D;
}
.BgClassName
{
background-color: #C97A3D;
}
</style>
border-color css
<style>
span { border-color: #C97A3D; }
span { border-color: rgb(201,122,61); }
td.TdClassName
{
border-color: #C97A3D;
}
.TagClassName
{
border-color: #C97A3D;
}
</style>