Shades of Zest #C1763C
Tints of Zest #C1763C
RGB
CMYK
RGB Variations
Color information
#C1763C (or 0xC1763C) is known color: Zest. HEX triplet: C1, 76 and 3C. RGB value is (193,118,60). Sum of RGB (Red+Green+Blue) = 193+118+60=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1763C is #3E89C3. Grayscale: #868686. Windows color (decimal): -4098500 or 3962561. OLE color: 3962561.
HSL color Cylindrical-coordinate representation of color #C1763C: hue angle of 26.17º 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 #C1763C is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 60 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.24 |
| HSL | 26.17º | 0.53% | 0.5% | - |
| HSV(B) | 26.17º | 0.69% | 0.76% | - |
| XYZ | 29.29 | 24.62 | 7.48 | - |
| YUV | 133.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 60 | 0 | 0.39 | 0.69 | 0.24 | 26.17 | 0.53 | 0.5 |
| Hex | C1 | 76 | 3C | 0 | 27 | 45 | 18 | 1A | 35 | 32 |
| Octal | 301 | 166 | 74 | 0 | 47 | 105 | 30 | 32 | 65 | 62 |
| Binary | 11000001 | 1110110 | 111100 | 0 | 100111 | 1000101 | 11000 | 11010 | 110101 | 110010 |
Color Harmonies of #C1763C
Complementary color
Monochromatic Colors of #C1763C
Black with #C1763C
Text Example
Text Example
White with #C1763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1763C; }
p { color: rgb(193,118,60); }
H1.HeaderClassName
{
color: #C1763C;
}
.AnyTagClassName
{
color: #C1763C;
}
</style>
background-color css
<style>
a { background-color: #C1763C; }
a { background-color: rgb(193,118,60); }
div.DivClassName
{
background-color: #C1763C;
}
.BgClassName
{
background-color: #C1763C;
}
</style>
border-color css
<style>
span { border-color: #C1763C; }
span { border-color: rgb(193,118,60); }
td.TdClassName
{
border-color: #C1763C;
}
.TagClassName
{
border-color: #C1763C;
}
</style>