Shades of Zest #C3763D
Tints of Zest #C3763D
RGB
CMYK
RGB Variations
Color information
#C3763D (or 0xC3763D) is known color: Zest. HEX triplet: C3, 76 and 3D. RGB value is (195,118,61). Sum of RGB (Red+Green+Blue) = 195+118+61=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3763D is #3C89C2. Grayscale: #868686. Windows color (decimal): -3967427 or 4028099. OLE color: 4028099.
HSL color Cylindrical-coordinate representation of color #C3763D: hue angle of 25.52º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3763D is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 61 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.24 |
| HSL | 25.52º | 0.53% | 0.5% | - |
| HSV(B) | 25.52º | 0.69% | 0.76% | - |
| XYZ | 29.83 | 24.9 | 7.65 | - |
| YUV | 134.53 | 86.51 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 61 | 0 | 0.39 | 0.69 | 0.24 | 25.52 | 0.53 | 0.5 |
| Hex | C3 | 76 | 3D | 0 | 27 | 45 | 18 | 1A | 35 | 32 |
| Octal | 303 | 166 | 75 | 0 | 47 | 105 | 30 | 32 | 65 | 62 |
| Binary | 11000011 | 1110110 | 111101 | 0 | 100111 | 1000101 | 11000 | 11010 | 110101 | 110010 |
Color Harmonies of #C3763D
Complementary color
Monochromatic Colors of #C3763D
Black with #C3763D
Text Example
Text Example
White with #C3763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3763D; }
p { color: rgb(195,118,61); }
H1.HeaderClassName
{
color: #C3763D;
}
.AnyTagClassName
{
color: #C3763D;
}
</style>
background-color css
<style>
a { background-color: #C3763D; }
a { background-color: rgb(195,118,61); }
div.DivClassName
{
background-color: #C3763D;
}
.BgClassName
{
background-color: #C3763D;
}
</style>
border-color css
<style>
span { border-color: #C3763D; }
span { border-color: rgb(195,118,61); }
td.TdClassName
{
border-color: #C3763D;
}
.TagClassName
{
border-color: #C3763D;
}
</style>