Shades of Zest #C1713B
Tints of Zest #C1713B
RGB
CMYK
RGB Variations
Color information
#C1713B (or 0xC1713B) is known color: Zest. HEX triplet: C1, 71 and 3B. RGB value is (193,113,59). Sum of RGB (Red+Green+Blue) = 193+113+59=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1713B is #3E8EC4. Grayscale: #838383. Windows color (decimal): -4099781 or 3895745. OLE color: 3895745.
HSL color Cylindrical-coordinate representation of color #C1713B: hue angle of 24.18º 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 #C1713B is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 59 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.24 |
| HSL | 24.18º | 0.53% | 0.49% | - |
| HSV(B) | 24.18º | 0.69% | 0.76% | - |
| XYZ | 28.69 | 23.46 | 7.15 | - |
| YUV | 130.76 | 87.5 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 59 | 0 | 0.41 | 0.69 | 0.24 | 24.18 | 0.53 | 0.49 |
| Hex | C1 | 71 | 3B | 0 | 29 | 45 | 18 | 18 | 35 | 31 |
| Octal | 301 | 161 | 73 | 0 | 51 | 105 | 30 | 30 | 65 | 61 |
| Binary | 11000001 | 1110001 | 111011 | 0 | 101001 | 1000101 | 11000 | 11000 | 110101 | 110001 |
Color Harmonies of #C1713B
Complementary color
Monochromatic Colors of #C1713B
Black with #C1713B
Text Example
Text Example
White with #C1713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1713B; }
p { color: rgb(193,113,59); }
H1.HeaderClassName
{
color: #C1713B;
}
.AnyTagClassName
{
color: #C1713B;
}
</style>
background-color css
<style>
a { background-color: #C1713B; }
a { background-color: rgb(193,113,59); }
div.DivClassName
{
background-color: #C1713B;
}
.BgClassName
{
background-color: #C1713B;
}
</style>
border-color css
<style>
span { border-color: #C1713B; }
span { border-color: rgb(193,113,59); }
td.TdClassName
{
border-color: #C1713B;
}
.TagClassName
{
border-color: #C1713B;
}
</style>