Shades of Zest #C1763D
Tints of Zest #C1763D
RGB
CMYK
RGB Variations
Color information
#C1763D (or 0xC1763D) is known color: Zest. HEX triplet: C1, 76 and 3D. RGB value is (193,118,61). Sum of RGB (Red+Green+Blue) = 193+118+61=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1763D is #3E89C2. Grayscale: #868686. Windows color (decimal): -4098499 or 4028097. OLE color: 4028097.
HSL color Cylindrical-coordinate representation of color #C1763D: hue angle of 25.91º degrees, saturation: 0.52, 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 #C1763D is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 61 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.24 |
| HSL | 25.91º | 0.52% | 0.5% | - |
| HSV(B) | 25.91º | 0.68% | 0.76% | - |
| XYZ | 29.31 | 24.63 | 7.62 | - |
| YUV | 133.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 61 | 0 | 0.39 | 0.68 | 0.24 | 25.91 | 0.52 | 0.5 |
| Hex | C1 | 76 | 3D | 0 | 27 | 44 | 18 | 1A | 34 | 32 |
| Octal | 301 | 166 | 75 | 0 | 47 | 104 | 30 | 32 | 64 | 62 |
| Binary | 11000001 | 1110110 | 111101 | 0 | 100111 | 1000100 | 11000 | 11010 | 110100 | 110010 |
Color Harmonies of #C1763D
Complementary color
Monochromatic Colors of #C1763D
Black with #C1763D
Text Example
Text Example
White with #C1763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1763D; }
p { color: rgb(193,118,61); }
H1.HeaderClassName
{
color: #C1763D;
}
.AnyTagClassName
{
color: #C1763D;
}
</style>
background-color css
<style>
a { background-color: #C1763D; }
a { background-color: rgb(193,118,61); }
div.DivClassName
{
background-color: #C1763D;
}
.BgClassName
{
background-color: #C1763D;
}
</style>
border-color css
<style>
span { border-color: #C1763D; }
span { border-color: rgb(193,118,61); }
td.TdClassName
{
border-color: #C1763D;
}
.TagClassName
{
border-color: #C1763D;
}
</style>