Shades of Zest #C3743F
Tints of Zest #C3743F
RGB
CMYK
RGB Variations
Color information
#C3743F (or 0xC3743F) is known color: Zest. HEX triplet: C3, 74 and 3F. RGB value is (195,116,63). Sum of RGB (Red+Green+Blue) = 195+116+63=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3743F is #3C8BC0. Grayscale: #858585. Windows color (decimal): -3967937 or 4158659. OLE color: 4158659.
HSL color Cylindrical-coordinate representation of color #C3743F: hue angle of 24.09º 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 #C3743F is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 63 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.24 |
| HSL | 24.09º | 0.52% | 0.51% | - |
| HSV(B) | 24.09º | 0.68% | 0.76% | - |
| XYZ | 29.65 | 24.45 | 7.86 | - |
| YUV | 133.58 | 88.17 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 63 | 0 | 0.41 | 0.68 | 0.24 | 24.09 | 0.52 | 0.51 |
| Hex | C3 | 74 | 3F | 0 | 29 | 44 | 18 | 18 | 34 | 33 |
| Octal | 303 | 164 | 77 | 0 | 51 | 104 | 30 | 30 | 64 | 63 |
| Binary | 11000011 | 1110100 | 111111 | 0 | 101001 | 1000100 | 11000 | 11000 | 110100 | 110011 |
Color Harmonies of #C3743F
Complementary color
Monochromatic Colors of #C3743F
Black with #C3743F
Text Example
Text Example
White with #C3743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3743F; }
p { color: rgb(195,116,63); }
H1.HeaderClassName
{
color: #C3743F;
}
.AnyTagClassName
{
color: #C3743F;
}
</style>
background-color css
<style>
a { background-color: #C3743F; }
a { background-color: rgb(195,116,63); }
div.DivClassName
{
background-color: #C3743F;
}
.BgClassName
{
background-color: #C3743F;
}
</style>
border-color css
<style>
span { border-color: #C3743F; }
span { border-color: rgb(195,116,63); }
td.TdClassName
{
border-color: #C3743F;
}
.TagClassName
{
border-color: #C3743F;
}
</style>