Shades of Zest #C3753F
Tints of Zest #C3753F
RGB
CMYK
RGB Variations
Color information
#C3753F (or 0xC3753F) is known color: Zest. HEX triplet: C3, 75 and 3F. RGB value is (195,117,63). Sum of RGB (Red+Green+Blue) = 195+117+63=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3753F is #3C8AC0. Grayscale: #868686. Windows color (decimal): -3967681 or 4158915. OLE color: 4158915.
HSL color Cylindrical-coordinate representation of color #C3753F: hue angle of 24.55º 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 #C3753F is Cyan = 0, Magento = 0.4, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 63 | - |
| CMYK | 0 | 0.4 | 0.68 | 0.24 |
| HSL | 24.55º | 0.52% | 0.51% | - |
| HSV(B) | 24.55º | 0.68% | 0.76% | - |
| XYZ | 29.76 | 24.68 | 7.9 | - |
| YUV | 134.17 | 87.84 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 63 | 0 | 0.4 | 0.68 | 0.24 | 24.55 | 0.52 | 0.51 |
| Hex | C3 | 75 | 3F | 0 | 28 | 44 | 18 | 19 | 34 | 33 |
| Octal | 303 | 165 | 77 | 0 | 50 | 104 | 30 | 31 | 64 | 63 |
| Binary | 11000011 | 1110101 | 111111 | 0 | 101000 | 1000100 | 11000 | 11001 | 110100 | 110011 |
Color Harmonies of #C3753F
Complementary color
Monochromatic Colors of #C3753F
Black with #C3753F
Text Example
Text Example
White with #C3753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3753F; }
p { color: rgb(195,117,63); }
H1.HeaderClassName
{
color: #C3753F;
}
.AnyTagClassName
{
color: #C3753F;
}
</style>
background-color css
<style>
a { background-color: #C3753F; }
a { background-color: rgb(195,117,63); }
div.DivClassName
{
background-color: #C3753F;
}
.BgClassName
{
background-color: #C3753F;
}
</style>
border-color css
<style>
span { border-color: #C3753F; }
span { border-color: rgb(195,117,63); }
td.TdClassName
{
border-color: #C3753F;
}
.TagClassName
{
border-color: #C3753F;
}
</style>