Shades of Zest #C7713B
Tints of Zest #C7713B
RGB
CMYK
RGB Variations
Color information
#C7713B (or 0xC7713B) is known color: Zest. HEX triplet: C7, 71 and 3B. RGB value is (199,113,59). Sum of RGB (Red+Green+Blue) = 199+113+59=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7713B is #388EC4. Grayscale: #848484. Windows color (decimal): -3706565 or 3895751. OLE color: 3895751.
HSL color Cylindrical-coordinate representation of color #C7713B: hue angle of 23.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7713B is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 59 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.22 |
| HSL | 23.14º | 0.56% | 0.51% | - |
| HSV(B) | 23.14º | 0.7% | 0.78% | - |
| XYZ | 30.25 | 24.27 | 7.23 | - |
| YUV | 132.56 | 86.49 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 59 | 0 | 0.43 | 0.70 | 0.22 | 23.14 | 0.56 | 0.51 |
| Hex | C7 | 71 | 3B | 0 | 2B | 46 | 16 | 17 | 38 | 33 |
| Octal | 307 | 161 | 73 | 0 | 53 | 106 | 26 | 27 | 70 | 63 |
| Binary | 11000111 | 1110001 | 111011 | 0 | 101011 | 1000110 | 10110 | 10111 | 111000 | 110011 |
Color Harmonies of #C7713B
Complementary color
Monochromatic Colors of #C7713B
Black with #C7713B
Text Example
Text Example
White with #C7713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7713B; }
p { color: rgb(199,113,59); }
H1.HeaderClassName
{
color: #C7713B;
}
.AnyTagClassName
{
color: #C7713B;
}
</style>
background-color css
<style>
a { background-color: #C7713B; }
a { background-color: rgb(199,113,59); }
div.DivClassName
{
background-color: #C7713B;
}
.BgClassName
{
background-color: #C7713B;
}
</style>
border-color css
<style>
span { border-color: #C7713B; }
span { border-color: rgb(199,113,59); }
td.TdClassName
{
border-color: #C7713B;
}
.TagClassName
{
border-color: #C7713B;
}
</style>