Shades of Zest #C1733C
Tints of Zest #C1733C
RGB
CMYK
RGB Variations
Color information
#C1733C (or 0xC1733C) is known color: Zest. HEX triplet: C1, 73 and 3C. RGB value is (193,115,60). Sum of RGB (Red+Green+Blue) = 193+115+60=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1733C is #3E8CC3. Grayscale: #848484. Windows color (decimal): -4099268 or 3961793. OLE color: 3961793.
HSL color Cylindrical-coordinate representation of color #C1733C: hue angle of 24.81º 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 #C1733C is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 60 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.24 |
| HSL | 24.81º | 0.53% | 0.5% | - |
| HSV(B) | 24.81º | 0.69% | 0.76% | - |
| XYZ | 28.94 | 23.93 | 7.37 | - |
| YUV | 132.05 | 87.34 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 60 | 0 | 0.40 | 0.69 | 0.24 | 24.81 | 0.53 | 0.5 |
| Hex | C1 | 73 | 3C | 0 | 28 | 45 | 18 | 19 | 35 | 32 |
| Octal | 301 | 163 | 74 | 0 | 50 | 105 | 30 | 31 | 65 | 62 |
| Binary | 11000001 | 1110011 | 111100 | 0 | 101000 | 1000101 | 11000 | 11001 | 110101 | 110010 |
Color Harmonies of #C1733C
Complementary color
Monochromatic Colors of #C1733C
Black with #C1733C
Text Example
Text Example
White with #C1733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1733C; }
p { color: rgb(193,115,60); }
H1.HeaderClassName
{
color: #C1733C;
}
.AnyTagClassName
{
color: #C1733C;
}
</style>
background-color css
<style>
a { background-color: #C1733C; }
a { background-color: rgb(193,115,60); }
div.DivClassName
{
background-color: #C1733C;
}
.BgClassName
{
background-color: #C1733C;
}
</style>
border-color css
<style>
span { border-color: #C1733C; }
span { border-color: rgb(193,115,60); }
td.TdClassName
{
border-color: #C1733C;
}
.TagClassName
{
border-color: #C1733C;
}
</style>