Shades of Zest #C7703D
Tints of Zest #C7703D
RGB
CMYK
RGB Variations
Color information
#C7703D (or 0xC7703D) is known color: Zest. HEX triplet: C7, 70 and 3D. RGB value is (199,112,61). Sum of RGB (Red+Green+Blue) = 199+112+61=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7703D is #388FC2. Grayscale: #848484. Windows color (decimal): -3706819 or 4026567. OLE color: 4026567.
HSL color Cylindrical-coordinate representation of color #C7703D: hue angle of 22.17º 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 #C7703D is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 61 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.22 |
| HSL | 22.17º | 0.55% | 0.51% | - |
| HSV(B) | 22.17º | 0.69% | 0.78% | - |
| XYZ | 30.19 | 24.07 | 7.47 | - |
| YUV | 132.2 | 87.82 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 61 | 0 | 0.44 | 0.69 | 0.22 | 22.17 | 0.55 | 0.51 |
| Hex | C7 | 70 | 3D | 0 | 2C | 45 | 16 | 16 | 37 | 33 |
| Octal | 307 | 160 | 75 | 0 | 54 | 105 | 26 | 26 | 67 | 63 |
| Binary | 11000111 | 1110000 | 111101 | 0 | 101100 | 1000101 | 10110 | 10110 | 110111 | 110011 |
Color Harmonies of #C7703D
Complementary color
Monochromatic Colors of #C7703D
Black with #C7703D
Text Example
Text Example
White with #C7703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7703D; }
p { color: rgb(199,112,61); }
H1.HeaderClassName
{
color: #C7703D;
}
.AnyTagClassName
{
color: #C7703D;
}
</style>
background-color css
<style>
a { background-color: #C7703D; }
a { background-color: rgb(199,112,61); }
div.DivClassName
{
background-color: #C7703D;
}
.BgClassName
{
background-color: #C7703D;
}
</style>
border-color css
<style>
span { border-color: #C7703D; }
span { border-color: rgb(199,112,61); }
td.TdClassName
{
border-color: #C7703D;
}
.TagClassName
{
border-color: #C7703D;
}
</style>