Shades of Zest #C3703F
Tints of Zest #C3703F
RGB
CMYK
RGB Variations
Color information
#C3703F (or 0xC3703F) is known color: Zest. HEX triplet: C3, 70 and 3F. RGB value is (195,112,63). Sum of RGB (Red+Green+Blue) = 195+112+63=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3703F is #3C8FC0. Grayscale: #838383. Windows color (decimal): -3968961 or 4157635. OLE color: 4157635.
HSL color Cylindrical-coordinate representation of color #C3703F: hue angle of 22.27º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3703F is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 63 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.24 |
| HSL | 22.27º | 0.52% | 0.51% | - |
| HSV(B) | 22.27º | 0.68% | 0.76% | - |
| XYZ | 29.2 | 23.55 | 7.71 | - |
| YUV | 131.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 63 | 0 | 0.43 | 0.68 | 0.24 | 22.27 | 0.52 | 0.51 |
| Hex | C3 | 70 | 3F | 0 | 2B | 44 | 18 | 16 | 34 | 33 |
| Octal | 303 | 160 | 77 | 0 | 53 | 104 | 30 | 26 | 64 | 63 |
| Binary | 11000011 | 1110000 | 111111 | 0 | 101011 | 1000100 | 11000 | 10110 | 110100 | 110011 |
Color Harmonies of #C3703F
Complementary color
Monochromatic Colors of #C3703F
Black with #C3703F
Text Example
Text Example
White with #C3703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3703F; }
p { color: rgb(195,112,63); }
H1.HeaderClassName
{
color: #C3703F;
}
.AnyTagClassName
{
color: #C3703F;
}
</style>
background-color css
<style>
a { background-color: #C3703F; }
a { background-color: rgb(195,112,63); }
div.DivClassName
{
background-color: #C3703F;
}
.BgClassName
{
background-color: #C3703F;
}
</style>
border-color css
<style>
span { border-color: #C3703F; }
span { border-color: rgb(195,112,63); }
td.TdClassName
{
border-color: #C3703F;
}
.TagClassName
{
border-color: #C3703F;
}
</style>