Shades of Zest #C3763A
Tints of Zest #C3763A
RGB
CMYK
RGB Variations
Color information
#C3763A (or 0xC3763A) is known color: Zest. HEX triplet: C3, 76 and 3A. RGB value is (195,118,58). Sum of RGB (Red+Green+Blue) = 195+118+58=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3763A is #3C89C5. Grayscale: #868686. Windows color (decimal): -3967430 or 3831491. OLE color: 3831491.
HSL color Cylindrical-coordinate representation of color #C3763A: hue angle of 26.28º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3763A is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 58 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.24 |
| HSL | 26.28º | 0.54% | 0.5% | - |
| HSV(B) | 26.28º | 0.7% | 0.76% | - |
| XYZ | 29.75 | 24.86 | 7.23 | - |
| YUV | 134.18 | 85.01 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 58 | 0 | 0.39 | 0.70 | 0.24 | 26.28 | 0.54 | 0.5 |
| Hex | C3 | 76 | 3A | 0 | 27 | 46 | 18 | 1A | 36 | 32 |
| Octal | 303 | 166 | 72 | 0 | 47 | 106 | 30 | 32 | 66 | 62 |
| Binary | 11000011 | 1110110 | 111010 | 0 | 100111 | 1000110 | 11000 | 11010 | 110110 | 110010 |
Color Harmonies of #C3763A
Complementary color
Monochromatic Colors of #C3763A
Black with #C3763A
Text Example
Text Example
White with #C3763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3763A; }
p { color: rgb(195,118,58); }
H1.HeaderClassName
{
color: #C3763A;
}
.AnyTagClassName
{
color: #C3763A;
}
</style>
background-color css
<style>
a { background-color: #C3763A; }
a { background-color: rgb(195,118,58); }
div.DivClassName
{
background-color: #C3763A;
}
.BgClassName
{
background-color: #C3763A;
}
</style>
border-color css
<style>
span { border-color: #C3763A; }
span { border-color: rgb(195,118,58); }
td.TdClassName
{
border-color: #C3763A;
}
.TagClassName
{
border-color: #C3763A;
}
</style>