Shades of Zest #C9763B
Tints of Zest #C9763B
RGB
CMYK
RGB Variations
Color information
#C9763B (or 0xC9763B) is known color: Zest. HEX triplet: C9, 76 and 3B. RGB value is (201,118,59). Sum of RGB (Red+Green+Blue) = 201+118+59=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9763B is #3689C4. Grayscale: #888888. Windows color (decimal): -3574213 or 3897033. OLE color: 3897033.
HSL color Cylindrical-coordinate representation of color #C9763B: hue angle of 24.93º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9763B is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 59 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.21 |
| HSL | 24.93º | 0.57% | 0.51% | - |
| HSV(B) | 24.93º | 0.71% | 0.79% | - |
| XYZ | 31.36 | 25.69 | 7.44 | - |
| YUV | 136.09 | 84.5 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 59 | 0 | 0.41 | 0.71 | 0.21 | 24.93 | 0.57 | 0.51 |
| Hex | C9 | 76 | 3B | 0 | 29 | 47 | 15 | 19 | 39 | 33 |
| Octal | 311 | 166 | 73 | 0 | 51 | 107 | 25 | 31 | 71 | 63 |
| Binary | 11001001 | 1110110 | 111011 | 0 | 101001 | 1000111 | 10101 | 11001 | 111001 | 110011 |
Color Harmonies of #C9763B
Complementary color
Monochromatic Colors of #C9763B
Black with #C9763B
Text Example
Text Example
White with #C9763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9763B; }
p { color: rgb(201,118,59); }
H1.HeaderClassName
{
color: #C9763B;
}
.AnyTagClassName
{
color: #C9763B;
}
</style>
background-color css
<style>
a { background-color: #C9763B; }
a { background-color: rgb(201,118,59); }
div.DivClassName
{
background-color: #C9763B;
}
.BgClassName
{
background-color: #C9763B;
}
</style>
border-color css
<style>
span { border-color: #C9763B; }
span { border-color: rgb(201,118,59); }
td.TdClassName
{
border-color: #C9763B;
}
.TagClassName
{
border-color: #C9763B;
}
</style>