Shades of Zest #C3703E
Tints of Zest #C3703E
RGB
CMYK
RGB Variations
Color information
#C3703E (or 0xC3703E) is known color: Zest. HEX triplet: C3, 70 and 3E. RGB value is (195,112,62). Sum of RGB (Red+Green+Blue) = 195+112+62=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3703E is #3C8FC1. Grayscale: #838383. Windows color (decimal): -3968962 or 4092099. OLE color: 4092099.
HSL color Cylindrical-coordinate representation of color #C3703E: hue angle of 22.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3703E is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 62 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.24 |
| HSL | 22.56º | 0.53% | 0.5% | - |
| HSV(B) | 22.56º | 0.68% | 0.76% | - |
| XYZ | 29.17 | 23.54 | 7.56 | - |
| YUV | 131.12 | 89 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 62 | 0 | 0.43 | 0.68 | 0.24 | 22.56 | 0.53 | 0.5 |
| Hex | C3 | 70 | 3E | 0 | 2B | 44 | 18 | 17 | 35 | 32 |
| Octal | 303 | 160 | 76 | 0 | 53 | 104 | 30 | 27 | 65 | 62 |
| Binary | 11000011 | 1110000 | 111110 | 0 | 101011 | 1000100 | 11000 | 10111 | 110101 | 110010 |
Color Harmonies of #C3703E
Complementary color
Monochromatic Colors of #C3703E
Black with #C3703E
Text Example
Text Example
White with #C3703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3703E; }
p { color: rgb(195,112,62); }
H1.HeaderClassName
{
color: #C3703E;
}
.AnyTagClassName
{
color: #C3703E;
}
</style>
background-color css
<style>
a { background-color: #C3703E; }
a { background-color: rgb(195,112,62); }
div.DivClassName
{
background-color: #C3703E;
}
.BgClassName
{
background-color: #C3703E;
}
</style>
border-color css
<style>
span { border-color: #C3703E; }
span { border-color: rgb(195,112,62); }
td.TdClassName
{
border-color: #C3703E;
}
.TagClassName
{
border-color: #C3703E;
}
</style>