Shades of Zest #C1753F
Tints of Zest #C1753F
RGB
CMYK
RGB Variations
Color information
#C1753F (or 0xC1753F) is known color: Zest. HEX triplet: C1, 75 and 3F. RGB value is (193,117,63). Sum of RGB (Red+Green+Blue) = 193+117+63=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1753F is #3E8AC0. Grayscale: #858585. Windows color (decimal): -4098753 or 4158913. OLE color: 4158913.
HSL color Cylindrical-coordinate representation of color #C1753F: hue angle of 24.92º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1753F is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 63 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.24 |
| HSL | 24.92º | 0.51% | 0.5% | - |
| HSV(B) | 24.92º | 0.67% | 0.76% | - |
| XYZ | 29.25 | 24.42 | 7.87 | - |
| YUV | 133.57 | 88.18 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 63 | 0 | 0.39 | 0.67 | 0.24 | 24.92 | 0.51 | 0.5 |
| Hex | C1 | 75 | 3F | 0 | 27 | 43 | 18 | 19 | 33 | 32 |
| Octal | 301 | 165 | 77 | 0 | 47 | 103 | 30 | 31 | 63 | 62 |
| Binary | 11000001 | 1110101 | 111111 | 0 | 100111 | 1000011 | 11000 | 11001 | 110011 | 110010 |
Color Harmonies of #C1753F
Complementary color
Monochromatic Colors of #C1753F
Black with #C1753F
Text Example
Text Example
White with #C1753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1753F; }
p { color: rgb(193,117,63); }
H1.HeaderClassName
{
color: #C1753F;
}
.AnyTagClassName
{
color: #C1753F;
}
</style>
background-color css
<style>
a { background-color: #C1753F; }
a { background-color: rgb(193,117,63); }
div.DivClassName
{
background-color: #C1753F;
}
.BgClassName
{
background-color: #C1753F;
}
</style>
border-color css
<style>
span { border-color: #C1753F; }
span { border-color: rgb(193,117,63); }
td.TdClassName
{
border-color: #C1753F;
}
.TagClassName
{
border-color: #C1753F;
}
</style>