Shades of Zest #C9743D
Tints of Zest #C9743D
RGB
CMYK
RGB Variations
Color information
#C9743D (or 0xC9743D) is known color: Zest. HEX triplet: C9, 74 and 3D. RGB value is (201,116,61). Sum of RGB (Red+Green+Blue) = 201+116+61=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9743D is #368BC2. Grayscale: #878787. Windows color (decimal): -3574723 or 4027593. OLE color: 4027593.
HSL color Cylindrical-coordinate representation of color #C9743D: hue angle of 23.57º 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 #C9743D is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 61 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.21 |
| HSL | 23.57º | 0.56% | 0.51% | - |
| HSV(B) | 23.57º | 0.7% | 0.79% | - |
| XYZ | 31.18 | 25.25 | 7.64 | - |
| YUV | 135.15 | 86.16 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 61 | 0 | 0.42 | 0.70 | 0.21 | 23.57 | 0.56 | 0.51 |
| Hex | C9 | 74 | 3D | 0 | 2A | 46 | 15 | 18 | 38 | 33 |
| Octal | 311 | 164 | 75 | 0 | 52 | 106 | 25 | 30 | 70 | 63 |
| Binary | 11001001 | 1110100 | 111101 | 0 | 101010 | 1000110 | 10101 | 11000 | 111000 | 110011 |
Color Harmonies of #C9743D
Complementary color
Monochromatic Colors of #C9743D
Black with #C9743D
Text Example
Text Example
White with #C9743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9743D; }
p { color: rgb(201,116,61); }
H1.HeaderClassName
{
color: #C9743D;
}
.AnyTagClassName
{
color: #C9743D;
}
</style>
background-color css
<style>
a { background-color: #C9743D; }
a { background-color: rgb(201,116,61); }
div.DivClassName
{
background-color: #C9743D;
}
.BgClassName
{
background-color: #C9743D;
}
</style>
border-color css
<style>
span { border-color: #C9743D; }
span { border-color: rgb(201,116,61); }
td.TdClassName
{
border-color: #C9743D;
}
.TagClassName
{
border-color: #C9743D;
}
</style>