Shades of Zest #C1763A
Tints of Zest #C1763A
RGB
CMYK
RGB Variations
Color information
#C1763A (or 0xC1763A) is known color: Zest. HEX triplet: C1, 76 and 3A. RGB value is (193,118,58). Sum of RGB (Red+Green+Blue) = 193+118+58=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1763A is #3E89C5. Grayscale: #858585. Windows color (decimal): -4098502 or 3831489. OLE color: 3831489.
HSL color Cylindrical-coordinate representation of color #C1763A: hue angle of 26.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1763A is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 58 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.24 |
| HSL | 26.67º | 0.54% | 0.49% | - |
| HSV(B) | 26.67º | 0.7% | 0.76% | - |
| XYZ | 29.23 | 24.6 | 7.21 | - |
| YUV | 133.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 58 | 0 | 0.39 | 0.70 | 0.24 | 26.67 | 0.54 | 0.49 |
| Hex | C1 | 76 | 3A | 0 | 27 | 46 | 18 | 1B | 36 | 31 |
| Octal | 301 | 166 | 72 | 0 | 47 | 106 | 30 | 33 | 66 | 61 |
| Binary | 11000001 | 1110110 | 111010 | 0 | 100111 | 1000110 | 11000 | 11011 | 110110 | 110001 |
Color Harmonies of #C1763A
Complementary color
Monochromatic Colors of #C1763A
Black with #C1763A
Text Example
Text Example
White with #C1763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1763A; }
p { color: rgb(193,118,58); }
H1.HeaderClassName
{
color: #C1763A;
}
.AnyTagClassName
{
color: #C1763A;
}
</style>
background-color css
<style>
a { background-color: #C1763A; }
a { background-color: rgb(193,118,58); }
div.DivClassName
{
background-color: #C1763A;
}
.BgClassName
{
background-color: #C1763A;
}
</style>
border-color css
<style>
span { border-color: #C1763A; }
span { border-color: rgb(193,118,58); }
td.TdClassName
{
border-color: #C1763A;
}
.TagClassName
{
border-color: #C1763A;
}
</style>