Shades of Zest #C3763E
Tints of Zest #C3763E
RGB
CMYK
RGB Variations
Color information
#C3763E (or 0xC3763E) is known color: Zest. HEX triplet: C3, 76 and 3E. RGB value is (195,118,62). Sum of RGB (Red+Green+Blue) = 195+118+62=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3763E is #3C89C1. Grayscale: #868686. Windows color (decimal): -3967426 or 4093635. OLE color: 4093635.
HSL color Cylindrical-coordinate representation of color #C3763E: hue angle of 25.26º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3763E is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 62 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.24 |
| HSL | 25.26º | 0.53% | 0.5% | - |
| HSV(B) | 25.26º | 0.68% | 0.76% | - |
| XYZ | 29.85 | 24.91 | 7.79 | - |
| YUV | 134.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 62 | 0 | 0.39 | 0.68 | 0.24 | 25.26 | 0.53 | 0.5 |
| Hex | C3 | 76 | 3E | 0 | 27 | 44 | 18 | 19 | 35 | 32 |
| Octal | 303 | 166 | 76 | 0 | 47 | 104 | 30 | 31 | 65 | 62 |
| Binary | 11000011 | 1110110 | 111110 | 0 | 100111 | 1000100 | 11000 | 11001 | 110101 | 110010 |
Color Harmonies of #C3763E
Complementary color
Monochromatic Colors of #C3763E
Black with #C3763E
Text Example
Text Example
White with #C3763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3763E; }
p { color: rgb(195,118,62); }
H1.HeaderClassName
{
color: #C3763E;
}
.AnyTagClassName
{
color: #C3763E;
}
</style>
background-color css
<style>
a { background-color: #C3763E; }
a { background-color: rgb(195,118,62); }
div.DivClassName
{
background-color: #C3763E;
}
.BgClassName
{
background-color: #C3763E;
}
</style>
border-color css
<style>
span { border-color: #C3763E; }
span { border-color: rgb(195,118,62); }
td.TdClassName
{
border-color: #C3763E;
}
.TagClassName
{
border-color: #C3763E;
}
</style>