Shades of Zest #C2703D
Tints of Zest #C2703D
RGB
CMYK
RGB Variations
Color information
#C2703D (or 0xC2703D) is known color: Zest. HEX triplet: C2, 70 and 3D. RGB value is (194,112,61). Sum of RGB (Red+Green+Blue) = 194+112+61=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2703D is #3D8FC2. Grayscale: #828282. Windows color (decimal): -4034499 or 4026562. OLE color: 4026562.
HSL color Cylindrical-coordinate representation of color #C2703D: hue angle of 23.01º 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 #C2703D is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 61 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.24 |
| HSL | 23.01º | 0.52% | 0.5% | - |
| HSV(B) | 23.01º | 0.69% | 0.76% | - |
| XYZ | 28.88 | 23.39 | 7.41 | - |
| YUV | 130.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 61 | 0 | 0.42 | 0.69 | 0.24 | 23.01 | 0.52 | 0.5 |
| Hex | C2 | 70 | 3D | 0 | 2A | 45 | 18 | 17 | 34 | 32 |
| Octal | 302 | 160 | 75 | 0 | 52 | 105 | 30 | 27 | 64 | 62 |
| Binary | 11000010 | 1110000 | 111101 | 0 | 101010 | 1000101 | 11000 | 10111 | 110100 | 110010 |
Color Harmonies of #C2703D
Complementary color
Monochromatic Colors of #C2703D
Black with #C2703D
Text Example
Text Example
White with #C2703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2703D; }
p { color: rgb(194,112,61); }
H1.HeaderClassName
{
color: #C2703D;
}
.AnyTagClassName
{
color: #C2703D;
}
</style>
background-color css
<style>
a { background-color: #C2703D; }
a { background-color: rgb(194,112,61); }
div.DivClassName
{
background-color: #C2703D;
}
.BgClassName
{
background-color: #C2703D;
}
</style>
border-color css
<style>
span { border-color: #C2703D; }
span { border-color: rgb(194,112,61); }
td.TdClassName
{
border-color: #C2703D;
}
.TagClassName
{
border-color: #C2703D;
}
</style>