Shades of Zest #C1733F
Tints of Zest #C1733F
RGB
CMYK
RGB Variations
Color information
#C1733F (or 0xC1733F) is known color: Zest. HEX triplet: C1, 73 and 3F. RGB value is (193,115,63). Sum of RGB (Red+Green+Blue) = 193+115+63=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1733F is #3E8CC0. Grayscale: #848484. Windows color (decimal): -4099265 or 4158401. OLE color: 4158401.
HSL color Cylindrical-coordinate representation of color #C1733F: hue angle of 24º 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 #C1733F is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 63 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.24 |
| HSL | 24º | 0.51% | 0.5% | - |
| HSV(B) | 24º | 0.67% | 0.76% | - |
| XYZ | 29.02 | 23.96 | 7.8 | - |
| YUV | 132.39 | 88.84 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 63 | 0 | 0.40 | 0.67 | 0.24 | 24 | 0.51 | 0.5 |
| Hex | C1 | 73 | 3F | 0 | 28 | 43 | 18 | 18 | 33 | 32 |
| Octal | 301 | 163 | 77 | 0 | 50 | 103 | 30 | 30 | 63 | 62 |
| Binary | 11000001 | 1110011 | 111111 | 0 | 101000 | 1000011 | 11000 | 11000 | 110011 | 110010 |
Color Harmonies of #C1733F
Complementary color
Monochromatic Colors of #C1733F
Black with #C1733F
Text Example
Text Example
White with #C1733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1733F; }
p { color: rgb(193,115,63); }
H1.HeaderClassName
{
color: #C1733F;
}
.AnyTagClassName
{
color: #C1733F;
}
</style>
background-color css
<style>
a { background-color: #C1733F; }
a { background-color: rgb(193,115,63); }
div.DivClassName
{
background-color: #C1733F;
}
.BgClassName
{
background-color: #C1733F;
}
</style>
border-color css
<style>
span { border-color: #C1733F; }
span { border-color: rgb(193,115,63); }
td.TdClassName
{
border-color: #C1733F;
}
.TagClassName
{
border-color: #C1733F;
}
</style>