Shades of Zest #C7743D
Tints of Zest #C7743D
RGB
CMYK
RGB Variations
Color information
#C7743D (or 0xC7743D) is known color: Zest. HEX triplet: C7, 74 and 3D. RGB value is (199,116,61). Sum of RGB (Red+Green+Blue) = 199+116+61=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7743D is #388BC2. Grayscale: #868686. Windows color (decimal): -3705795 or 4027591. OLE color: 4027591.
HSL color Cylindrical-coordinate representation of color #C7743D: hue angle of 23.91º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7743D is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 61 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.22 |
| HSL | 23.91º | 0.55% | 0.51% | - |
| HSV(B) | 23.91º | 0.69% | 0.78% | - |
| XYZ | 30.64 | 24.97 | 7.62 | - |
| YUV | 134.55 | 86.5 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 61 | 0 | 0.42 | 0.69 | 0.22 | 23.91 | 0.55 | 0.51 |
| Hex | C7 | 74 | 3D | 0 | 2A | 45 | 16 | 18 | 37 | 33 |
| Octal | 307 | 164 | 75 | 0 | 52 | 105 | 26 | 30 | 67 | 63 |
| Binary | 11000111 | 1110100 | 111101 | 0 | 101010 | 1000101 | 10110 | 11000 | 110111 | 110011 |
Color Harmonies of #C7743D
Complementary color
Monochromatic Colors of #C7743D
Black with #C7743D
Text Example
Text Example
White with #C7743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7743D; }
p { color: rgb(199,116,61); }
H1.HeaderClassName
{
color: #C7743D;
}
.AnyTagClassName
{
color: #C7743D;
}
</style>
background-color css
<style>
a { background-color: #C7743D; }
a { background-color: rgb(199,116,61); }
div.DivClassName
{
background-color: #C7743D;
}
.BgClassName
{
background-color: #C7743D;
}
</style>
border-color css
<style>
span { border-color: #C7743D; }
span { border-color: rgb(199,116,61); }
td.TdClassName
{
border-color: #C7743D;
}
.TagClassName
{
border-color: #C7743D;
}
</style>