Shades of Zest #C4743E
Tints of Zest #C4743E
RGB
CMYK
RGB Variations
Color information
#C4743E (or 0xC4743E) is known color: Zest. HEX triplet: C4, 74 and 3E. RGB value is (196,116,62). Sum of RGB (Red+Green+Blue) = 196+116+62=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4743E is #3B8BC1. Grayscale: #868686. Windows color (decimal): -3902402 or 4093124. OLE color: 4093124.
HSL color Cylindrical-coordinate representation of color #C4743E: hue angle of 24.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4743E is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 62 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.23 |
| HSL | 24.18º | 0.53% | 0.51% | - |
| HSV(B) | 24.18º | 0.68% | 0.77% | - |
| XYZ | 29.88 | 24.57 | 7.73 | - |
| YUV | 133.76 | 87.5 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 62 | 0 | 0.41 | 0.68 | 0.23 | 24.18 | 0.53 | 0.51 |
| Hex | C4 | 74 | 3E | 0 | 29 | 44 | 17 | 18 | 35 | 33 |
| Octal | 304 | 164 | 76 | 0 | 51 | 104 | 27 | 30 | 65 | 63 |
| Binary | 11000100 | 1110100 | 111110 | 0 | 101001 | 1000100 | 10111 | 11000 | 110101 | 110011 |
Color Harmonies of #C4743E
Complementary color
Monochromatic Colors of #C4743E
Black with #C4743E
Text Example
Text Example
White with #C4743E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4743E; }
p { color: rgb(196,116,62); }
H1.HeaderClassName
{
color: #C4743E;
}
.AnyTagClassName
{
color: #C4743E;
}
</style>
background-color css
<style>
a { background-color: #C4743E; }
a { background-color: rgb(196,116,62); }
div.DivClassName
{
background-color: #C4743E;
}
.BgClassName
{
background-color: #C4743E;
}
</style>
border-color css
<style>
span { border-color: #C4743E; }
span { border-color: rgb(196,116,62); }
td.TdClassName
{
border-color: #C4743E;
}
.TagClassName
{
border-color: #C4743E;
}
</style>