Shades of Zest #C2743D
Tints of Zest #C2743D
RGB
CMYK
RGB Variations
Color information
#C2743D (or 0xC2743D) is known color: Zest. HEX triplet: C2, 74 and 3D. RGB value is (194,116,61). Sum of RGB (Red+Green+Blue) = 194+116+61=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2743D is #3D8BC2. Grayscale: #858585. Windows color (decimal): -4033475 or 4027586. OLE color: 4027586.
HSL color Cylindrical-coordinate representation of color #C2743D: hue angle of 24.81º 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 #C2743D is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 61 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.24 |
| HSL | 24.81º | 0.52% | 0.5% | - |
| HSV(B) | 24.81º | 0.69% | 0.76% | - |
| XYZ | 29.34 | 24.3 | 7.56 | - |
| YUV | 133.05 | 87.34 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 61 | 0 | 0.40 | 0.69 | 0.24 | 24.81 | 0.52 | 0.5 |
| Hex | C2 | 74 | 3D | 0 | 28 | 45 | 18 | 19 | 34 | 32 |
| Octal | 302 | 164 | 75 | 0 | 50 | 105 | 30 | 31 | 64 | 62 |
| Binary | 11000010 | 1110100 | 111101 | 0 | 101000 | 1000101 | 11000 | 11001 | 110100 | 110010 |
Color Harmonies of #C2743D
Complementary color
Monochromatic Colors of #C2743D
Black with #C2743D
Text Example
Text Example
White with #C2743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2743D; }
p { color: rgb(194,116,61); }
H1.HeaderClassName
{
color: #C2743D;
}
.AnyTagClassName
{
color: #C2743D;
}
</style>
background-color css
<style>
a { background-color: #C2743D; }
a { background-color: rgb(194,116,61); }
div.DivClassName
{
background-color: #C2743D;
}
.BgClassName
{
background-color: #C2743D;
}
</style>
border-color css
<style>
span { border-color: #C2743D; }
span { border-color: rgb(194,116,61); }
td.TdClassName
{
border-color: #C2743D;
}
.TagClassName
{
border-color: #C2743D;
}
</style>