Shades of Zest #C0733D
Tints of Zest #C0733D
RGB
CMYK
RGB Variations
Color information
#C0733D (or 0xC0733D) is known color: Zest. HEX triplet: C0, 73 and 3D. RGB value is (192,115,61). Sum of RGB (Red+Green+Blue) = 192+115+61=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0733D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0733D is #3F8CC2. Grayscale: #848484. Windows color (decimal): -4164803 or 4027328. OLE color: 4027328.
HSL color Cylindrical-coordinate representation of color #C0733D: hue angle of 24.73º 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 #C0733D is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 61 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.25 |
| HSL | 24.73º | 0.52% | 0.5% | - |
| HSV(B) | 24.73º | 0.68% | 0.75% | - |
| XYZ | 28.71 | 23.8 | 7.5 | - |
| YUV | 131.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 61 | 0 | 0.40 | 0.68 | 0.25 | 24.73 | 0.52 | 0.5 |
| Hex | C0 | 73 | 3D | 0 | 28 | 44 | 19 | 19 | 34 | 32 |
| Octal | 300 | 163 | 75 | 0 | 50 | 104 | 31 | 31 | 64 | 62 |
| Binary | 11000000 | 1110011 | 111101 | 0 | 101000 | 1000100 | 11001 | 11001 | 110100 | 110010 |
Color Harmonies of #C0733D
Complementary color
Monochromatic Colors of #C0733D
Black with #C0733D
Text Example
Text Example
White with #C0733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0733D; }
p { color: rgb(192,115,61); }
H1.HeaderClassName
{
color: #C0733D;
}
.AnyTagClassName
{
color: #C0733D;
}
</style>
background-color css
<style>
a { background-color: #C0733D; }
a { background-color: rgb(192,115,61); }
div.DivClassName
{
background-color: #C0733D;
}
.BgClassName
{
background-color: #C0733D;
}
</style>
border-color css
<style>
span { border-color: #C0733D; }
span { border-color: rgb(192,115,61); }
td.TdClassName
{
border-color: #C0733D;
}
.TagClassName
{
border-color: #C0733D;
}
</style>