Shades of Zest #C2713D
Tints of Zest #C2713D
RGB
CMYK
RGB Variations
Color information
#C2713D (or 0xC2713D) is known color: Zest. HEX triplet: C2, 71 and 3D. RGB value is (194,113,61). Sum of RGB (Red+Green+Blue) = 194+113+61=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2713D is #3D8EC2. Grayscale: #838383. Windows color (decimal): -4034243 or 4026818. OLE color: 4026818.
HSL color Cylindrical-coordinate representation of color #C2713D: hue angle of 23.46º degrees, saturation: 0.52, 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 #C2713D is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 61 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.24 |
| HSL | 23.46º | 0.52% | 0.5% | - |
| HSV(B) | 23.46º | 0.69% | 0.76% | - |
| XYZ | 29 | 23.62 | 7.45 | - |
| YUV | 131.29 | 88.34 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 61 | 0 | 0.42 | 0.69 | 0.24 | 23.46 | 0.52 | 0.5 |
| Hex | C2 | 71 | 3D | 0 | 2A | 45 | 18 | 17 | 34 | 32 |
| Octal | 302 | 161 | 75 | 0 | 52 | 105 | 30 | 27 | 64 | 62 |
| Binary | 11000010 | 1110001 | 111101 | 0 | 101010 | 1000101 | 11000 | 10111 | 110100 | 110010 |
Color Harmonies of #C2713D
Complementary color
Monochromatic Colors of #C2713D
Black with #C2713D
Text Example
Text Example
White with #C2713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2713D; }
p { color: rgb(194,113,61); }
H1.HeaderClassName
{
color: #C2713D;
}
.AnyTagClassName
{
color: #C2713D;
}
</style>
background-color css
<style>
a { background-color: #C2713D; }
a { background-color: rgb(194,113,61); }
div.DivClassName
{
background-color: #C2713D;
}
.BgClassName
{
background-color: #C2713D;
}
</style>
border-color css
<style>
span { border-color: #C2713D; }
span { border-color: rgb(194,113,61); }
td.TdClassName
{
border-color: #C2713D;
}
.TagClassName
{
border-color: #C2713D;
}
</style>