Shades of Zest #C7743A
Tints of Zest #C7743A
RGB
CMYK
RGB Variations
Color information
#C7743A (or 0xC7743A) is known color: Zest. HEX triplet: C7, 74 and 3A. RGB value is (199,116,58). Sum of RGB (Red+Green+Blue) = 199+116+58=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7743A is #388BC5. Grayscale: #868686. Windows color (decimal): -3705798 or 3830983. OLE color: 3830983.
HSL color Cylindrical-coordinate representation of color #C7743A: hue angle of 24.68º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7743A is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 58 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.22 |
| HSL | 24.68º | 0.56% | 0.5% | - |
| HSV(B) | 24.68º | 0.71% | 0.78% | - |
| XYZ | 30.56 | 24.94 | 7.21 | - |
| YUV | 134.21 | 85 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 58 | 0 | 0.42 | 0.71 | 0.22 | 24.68 | 0.56 | 0.5 |
| Hex | C7 | 74 | 3A | 0 | 2A | 47 | 16 | 19 | 38 | 32 |
| Octal | 307 | 164 | 72 | 0 | 52 | 107 | 26 | 31 | 70 | 62 |
| Binary | 11000111 | 1110100 | 111010 | 0 | 101010 | 1000111 | 10110 | 11001 | 111000 | 110010 |
Color Harmonies of #C7743A
Complementary color
Monochromatic Colors of #C7743A
Black with #C7743A
Text Example
Text Example
White with #C7743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7743A; }
p { color: rgb(199,116,58); }
H1.HeaderClassName
{
color: #C7743A;
}
.AnyTagClassName
{
color: #C7743A;
}
</style>
background-color css
<style>
a { background-color: #C7743A; }
a { background-color: rgb(199,116,58); }
div.DivClassName
{
background-color: #C7743A;
}
.BgClassName
{
background-color: #C7743A;
}
</style>
border-color css
<style>
span { border-color: #C7743A; }
span { border-color: rgb(199,116,58); }
td.TdClassName
{
border-color: #C7743A;
}
.TagClassName
{
border-color: #C7743A;
}
</style>