Shades of Zest #C7743F
Tints of Zest #C7743F
RGB
CMYK
RGB Variations
Color information
#C7743F (or 0xC7743F) is known color: Zest. HEX triplet: C7, 74 and 3F. RGB value is (199,116,63). Sum of RGB (Red+Green+Blue) = 199+116+63=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7743F is #388BC0. Grayscale: #878787. Windows color (decimal): -3705793 or 4158663. OLE color: 4158663.
HSL color Cylindrical-coordinate representation of color #C7743F: hue angle of 23.38º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7743F is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 63 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.22 |
| HSL | 23.38º | 0.55% | 0.51% | - |
| HSV(B) | 23.38º | 0.68% | 0.78% | - |
| XYZ | 30.7 | 24.99 | 7.91 | - |
| YUV | 134.78 | 87.5 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 63 | 0 | 0.42 | 0.68 | 0.22 | 23.38 | 0.55 | 0.51 |
| Hex | C7 | 74 | 3F | 0 | 2A | 44 | 16 | 17 | 37 | 33 |
| Octal | 307 | 164 | 77 | 0 | 52 | 104 | 26 | 27 | 67 | 63 |
| Binary | 11000111 | 1110100 | 111111 | 0 | 101010 | 1000100 | 10110 | 10111 | 110111 | 110011 |
Color Harmonies of #C7743F
Complementary color
Monochromatic Colors of #C7743F
Black with #C7743F
Text Example
Text Example
White with #C7743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7743F; }
p { color: rgb(199,116,63); }
H1.HeaderClassName
{
color: #C7743F;
}
.AnyTagClassName
{
color: #C7743F;
}
</style>
background-color css
<style>
a { background-color: #C7743F; }
a { background-color: rgb(199,116,63); }
div.DivClassName
{
background-color: #C7743F;
}
.BgClassName
{
background-color: #C7743F;
}
</style>
border-color css
<style>
span { border-color: #C7743F; }
span { border-color: rgb(199,116,63); }
td.TdClassName
{
border-color: #C7743F;
}
.TagClassName
{
border-color: #C7743F;
}
</style>