Shades of Zest #C2743B
Tints of Zest #C2743B
RGB
CMYK
RGB Variations
Color information
#C2743B (or 0xC2743B) is known color: Zest. HEX triplet: C2, 74 and 3B. RGB value is (194,116,59). Sum of RGB (Red+Green+Blue) = 194+116+59=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2743B is #3D8BC4. Grayscale: #858585. Windows color (decimal): -4033477 or 3896514. OLE color: 3896514.
HSL color Cylindrical-coordinate representation of color #C2743B: hue angle of 25.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2743B is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 59 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.24 |
| HSL | 25.33º | 0.53% | 0.5% | - |
| HSV(B) | 25.33º | 0.7% | 0.76% | - |
| XYZ | 29.28 | 24.28 | 7.28 | - |
| YUV | 132.82 | 86.34 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 59 | 0 | 0.40 | 0.70 | 0.24 | 25.33 | 0.53 | 0.5 |
| Hex | C2 | 74 | 3B | 0 | 28 | 46 | 18 | 19 | 35 | 32 |
| Octal | 302 | 164 | 73 | 0 | 50 | 106 | 30 | 31 | 65 | 62 |
| Binary | 11000010 | 1110100 | 111011 | 0 | 101000 | 1000110 | 11000 | 11001 | 110101 | 110010 |
Color Harmonies of #C2743B
Complementary color
Monochromatic Colors of #C2743B
Black with #C2743B
Text Example
Text Example
White with #C2743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2743B; }
p { color: rgb(194,116,59); }
H1.HeaderClassName
{
color: #C2743B;
}
.AnyTagClassName
{
color: #C2743B;
}
</style>
background-color css
<style>
a { background-color: #C2743B; }
a { background-color: rgb(194,116,59); }
div.DivClassName
{
background-color: #C2743B;
}
.BgClassName
{
background-color: #C2743B;
}
</style>
border-color css
<style>
span { border-color: #C2743B; }
span { border-color: rgb(194,116,59); }
td.TdClassName
{
border-color: #C2743B;
}
.TagClassName
{
border-color: #C2743B;
}
</style>