Shades of Zest #C1763B
Tints of Zest #C1763B
RGB
CMYK
RGB Variations
Color information
#C1763B (or 0xC1763B) is known color: Zest. HEX triplet: C1, 76 and 3B. RGB value is (193,118,59). Sum of RGB (Red+Green+Blue) = 193+118+59=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1763B is #3E89C4. Grayscale: #868686. Windows color (decimal): -4098501 or 3897025. OLE color: 3897025.
HSL color Cylindrical-coordinate representation of color #C1763B: hue angle of 26.42º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1763B is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 59 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.24 |
| HSL | 26.42º | 0.53% | 0.49% | - |
| HSV(B) | 26.42º | 0.69% | 0.76% | - |
| XYZ | 29.26 | 24.61 | 7.35 | - |
| YUV | 133.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 59 | 0 | 0.39 | 0.69 | 0.24 | 26.42 | 0.53 | 0.49 |
| Hex | C1 | 76 | 3B | 0 | 27 | 45 | 18 | 1A | 35 | 31 |
| Octal | 301 | 166 | 73 | 0 | 47 | 105 | 30 | 32 | 65 | 61 |
| Binary | 11000001 | 1110110 | 111011 | 0 | 100111 | 1000101 | 11000 | 11010 | 110101 | 110001 |
Color Harmonies of #C1763B
Complementary color
Monochromatic Colors of #C1763B
Black with #C1763B
Text Example
Text Example
White with #C1763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1763B; }
p { color: rgb(193,118,59); }
H1.HeaderClassName
{
color: #C1763B;
}
.AnyTagClassName
{
color: #C1763B;
}
</style>
background-color css
<style>
a { background-color: #C1763B; }
a { background-color: rgb(193,118,59); }
div.DivClassName
{
background-color: #C1763B;
}
.BgClassName
{
background-color: #C1763B;
}
</style>
border-color css
<style>
span { border-color: #C1763B; }
span { border-color: rgb(193,118,59); }
td.TdClassName
{
border-color: #C1763B;
}
.TagClassName
{
border-color: #C1763B;
}
</style>