Shades of Zest #C0723D
Tints of Zest #C0723D
RGB
CMYK
RGB Variations
Color information
#C0723D (or 0xC0723D) is known color: Zest. HEX triplet: C0, 72 and 3D. RGB value is (192,114,61). Sum of RGB (Red+Green+Blue) = 192+114+61=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0723D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0723D is #3F8DC2. Grayscale: #838383. Windows color (decimal): -4165059 or 4027072. OLE color: 4027072.
HSL color Cylindrical-coordinate representation of color #C0723D: hue angle of 24.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0723D is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 61 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.25 |
| HSL | 24.27º | 0.52% | 0.5% | - |
| HSV(B) | 24.27º | 0.68% | 0.75% | - |
| XYZ | 28.6 | 23.58 | 7.46 | - |
| YUV | 131.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 61 | 0 | 0.41 | 0.68 | 0.25 | 24.27 | 0.52 | 0.5 |
| Hex | C0 | 72 | 3D | 0 | 29 | 44 | 19 | 18 | 34 | 32 |
| Octal | 300 | 162 | 75 | 0 | 51 | 104 | 31 | 30 | 64 | 62 |
| Binary | 11000000 | 1110010 | 111101 | 0 | 101001 | 1000100 | 11001 | 11000 | 110100 | 110010 |
Color Harmonies of #C0723D
Complementary color
Monochromatic Colors of #C0723D
Black with #C0723D
Text Example
Text Example
White with #C0723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0723D; }
p { color: rgb(192,114,61); }
H1.HeaderClassName
{
color: #C0723D;
}
.AnyTagClassName
{
color: #C0723D;
}
</style>
background-color css
<style>
a { background-color: #C0723D; }
a { background-color: rgb(192,114,61); }
div.DivClassName
{
background-color: #C0723D;
}
.BgClassName
{
background-color: #C0723D;
}
</style>
border-color css
<style>
span { border-color: #C0723D; }
span { border-color: rgb(192,114,61); }
td.TdClassName
{
border-color: #C0723D;
}
.TagClassName
{
border-color: #C0723D;
}
</style>