Shades of Zest #C3713C
Tints of Zest #C3713C
RGB
CMYK
RGB Variations
Color information
#C3713C (or 0xC3713C) is known color: Zest. HEX triplet: C3, 71 and 3C. RGB value is (195,113,60). Sum of RGB (Red+Green+Blue) = 195+113+60=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3713C is #3C8EC3. Grayscale: #838383. Windows color (decimal): -3968708 or 3961283. OLE color: 3961283.
HSL color Cylindrical-coordinate representation of color #C3713C: hue angle of 23.56º 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 #C3713C is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 60 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.24 |
| HSL | 23.56º | 0.53% | 0.5% | - |
| HSV(B) | 23.56º | 0.69% | 0.76% | - |
| XYZ | 29.23 | 23.74 | 7.32 | - |
| YUV | 131.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 60 | 0 | 0.42 | 0.69 | 0.24 | 23.56 | 0.53 | 0.5 |
| Hex | C3 | 71 | 3C | 0 | 2A | 45 | 18 | 18 | 35 | 32 |
| Octal | 303 | 161 | 74 | 0 | 52 | 105 | 30 | 30 | 65 | 62 |
| Binary | 11000011 | 1110001 | 111100 | 0 | 101010 | 1000101 | 11000 | 11000 | 110101 | 110010 |
Color Harmonies of #C3713C
Complementary color
Monochromatic Colors of #C3713C
Black with #C3713C
Text Example
Text Example
White with #C3713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3713C; }
p { color: rgb(195,113,60); }
H1.HeaderClassName
{
color: #C3713C;
}
.AnyTagClassName
{
color: #C3713C;
}
</style>
background-color css
<style>
a { background-color: #C3713C; }
a { background-color: rgb(195,113,60); }
div.DivClassName
{
background-color: #C3713C;
}
.BgClassName
{
background-color: #C3713C;
}
</style>
border-color css
<style>
span { border-color: #C3713C; }
span { border-color: rgb(195,113,60); }
td.TdClassName
{
border-color: #C3713C;
}
.TagClassName
{
border-color: #C3713C;
}
</style>