Shades of Zest #C3703D
Tints of Zest #C3703D
RGB
CMYK
RGB Variations
Color information
#C3703D (or 0xC3703D) is known color: Zest. HEX triplet: C3, 70 and 3D. RGB value is (195,112,61). Sum of RGB (Red+Green+Blue) = 195+112+61=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3703D is #3C8FC2. Grayscale: #838383. Windows color (decimal): -3968963 or 4026563. OLE color: 4026563.
HSL color Cylindrical-coordinate representation of color #C3703D: hue angle of 22.84º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3703D is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 61 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.24 |
| HSL | 22.84º | 0.53% | 0.5% | - |
| HSV(B) | 22.84º | 0.69% | 0.76% | - |
| XYZ | 29.14 | 23.53 | 7.42 | - |
| YUV | 131 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 61 | 0 | 0.43 | 0.69 | 0.24 | 22.84 | 0.53 | 0.5 |
| Hex | C3 | 70 | 3D | 0 | 2B | 45 | 18 | 17 | 35 | 32 |
| Octal | 303 | 160 | 75 | 0 | 53 | 105 | 30 | 27 | 65 | 62 |
| Binary | 11000011 | 1110000 | 111101 | 0 | 101011 | 1000101 | 11000 | 10111 | 110101 | 110010 |
Color Harmonies of #C3703D
Complementary color
Monochromatic Colors of #C3703D
Black with #C3703D
Text Example
Text Example
White with #C3703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3703D; }
p { color: rgb(195,112,61); }
H1.HeaderClassName
{
color: #C3703D;
}
.AnyTagClassName
{
color: #C3703D;
}
</style>
background-color css
<style>
a { background-color: #C3703D; }
a { background-color: rgb(195,112,61); }
div.DivClassName
{
background-color: #C3703D;
}
.BgClassName
{
background-color: #C3703D;
}
</style>
border-color css
<style>
span { border-color: #C3703D; }
span { border-color: rgb(195,112,61); }
td.TdClassName
{
border-color: #C3703D;
}
.TagClassName
{
border-color: #C3703D;
}
</style>