Shades of Zest #C0743F
Tints of Zest #C0743F
RGB
CMYK
RGB Variations
Color information
#C0743F (or 0xC0743F) is known color: Zest. HEX triplet: C0, 74 and 3F. RGB value is (192,116,63). Sum of RGB (Red+Green+Blue) = 192+116+63=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0743F is #3F8BC0. Grayscale: #848484. Windows color (decimal): -4164545 or 4158656. OLE color: 4158656.
HSL color Cylindrical-coordinate representation of color #C0743F: hue angle of 24.65º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0743F is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 63 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.25 |
| HSL | 24.65º | 0.51% | 0.5% | - |
| HSV(B) | 24.65º | 0.67% | 0.75% | - |
| XYZ | 28.88 | 24.06 | 7.82 | - |
| YUV | 132.68 | 88.68 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 63 | 0 | 0.40 | 0.67 | 0.25 | 24.65 | 0.51 | 0.5 |
| Hex | C0 | 74 | 3F | 0 | 28 | 43 | 19 | 19 | 33 | 32 |
| Octal | 300 | 164 | 77 | 0 | 50 | 103 | 31 | 31 | 63 | 62 |
| Binary | 11000000 | 1110100 | 111111 | 0 | 101000 | 1000011 | 11001 | 11001 | 110011 | 110010 |
Color Harmonies of #C0743F
Complementary color
Monochromatic Colors of #C0743F
Black with #C0743F
Text Example
Text Example
White with #C0743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0743F; }
p { color: rgb(192,116,63); }
H1.HeaderClassName
{
color: #C0743F;
}
.AnyTagClassName
{
color: #C0743F;
}
</style>
background-color css
<style>
a { background-color: #C0743F; }
a { background-color: rgb(192,116,63); }
div.DivClassName
{
background-color: #C0743F;
}
.BgClassName
{
background-color: #C0743F;
}
</style>
border-color css
<style>
span { border-color: #C0743F; }
span { border-color: rgb(192,116,63); }
td.TdClassName
{
border-color: #C0743F;
}
.TagClassName
{
border-color: #C0743F;
}
</style>