Shades of Zest #C1713D
Tints of Zest #C1713D
RGB
CMYK
RGB Variations
Color information
#C1713D (or 0xC1713D) is known color: Zest. HEX triplet: C1, 71 and 3D. RGB value is (193,113,61). Sum of RGB (Red+Green+Blue) = 193+113+61=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1713D is #3E8EC2. Grayscale: #838383. Windows color (decimal): -4099779 or 4026817. OLE color: 4026817.
HSL color Cylindrical-coordinate representation of color #C1713D: hue angle of 23.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1713D is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 61 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.24 |
| HSL | 23.64º | 0.52% | 0.5% | - |
| HSV(B) | 23.64º | 0.68% | 0.76% | - |
| XYZ | 28.74 | 23.48 | 7.43 | - |
| YUV | 130.99 | 88.5 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 61 | 0 | 0.41 | 0.68 | 0.24 | 23.64 | 0.52 | 0.5 |
| Hex | C1 | 71 | 3D | 0 | 29 | 44 | 18 | 18 | 34 | 32 |
| Octal | 301 | 161 | 75 | 0 | 51 | 104 | 30 | 30 | 64 | 62 |
| Binary | 11000001 | 1110001 | 111101 | 0 | 101001 | 1000100 | 11000 | 11000 | 110100 | 110010 |
Color Harmonies of #C1713D
Complementary color
Monochromatic Colors of #C1713D
Black with #C1713D
Text Example
Text Example
White with #C1713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1713D; }
p { color: rgb(193,113,61); }
H1.HeaderClassName
{
color: #C1713D;
}
.AnyTagClassName
{
color: #C1713D;
}
</style>
background-color css
<style>
a { background-color: #C1713D; }
a { background-color: rgb(193,113,61); }
div.DivClassName
{
background-color: #C1713D;
}
.BgClassName
{
background-color: #C1713D;
}
</style>
border-color css
<style>
span { border-color: #C1713D; }
span { border-color: rgb(193,113,61); }
td.TdClassName
{
border-color: #C1713D;
}
.TagClassName
{
border-color: #C1713D;
}
</style>