Shades of Zest #C8773D
Tints of Zest #C8773D
RGB
CMYK
RGB Variations
Color information
#C8773D (or 0xC8773D) is known color: Zest. HEX triplet: C8, 77 and 3D. RGB value is (200,119,61). Sum of RGB (Red+Green+Blue) = 200+119+61=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8773D is #3788C2. Grayscale: #888888. Windows color (decimal): -3639491 or 4028360. OLE color: 4028360.
HSL color Cylindrical-coordinate representation of color #C8773D: hue angle of 25.04º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8773D is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 61 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.22 |
| HSL | 25.04º | 0.56% | 0.51% | - |
| HSV(B) | 25.04º | 0.7% | 0.78% | - |
| XYZ | 31.26 | 25.81 | 7.75 | - |
| YUV | 136.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 61 | 0 | 0.40 | 0.69 | 0.22 | 25.04 | 0.56 | 0.51 |
| Hex | C8 | 77 | 3D | 0 | 28 | 45 | 16 | 19 | 38 | 33 |
| Octal | 310 | 167 | 75 | 0 | 50 | 105 | 26 | 31 | 70 | 63 |
| Binary | 11001000 | 1110111 | 111101 | 0 | 101000 | 1000101 | 10110 | 11001 | 111000 | 110011 |
Color Harmonies of #C8773D
Complementary color
Monochromatic Colors of #C8773D
Black with #C8773D
Text Example
Text Example
White with #C8773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8773D; }
p { color: rgb(200,119,61); }
H1.HeaderClassName
{
color: #C8773D;
}
.AnyTagClassName
{
color: #C8773D;
}
</style>
background-color css
<style>
a { background-color: #C8773D; }
a { background-color: rgb(200,119,61); }
div.DivClassName
{
background-color: #C8773D;
}
.BgClassName
{
background-color: #C8773D;
}
</style>
border-color css
<style>
span { border-color: #C8773D; }
span { border-color: rgb(200,119,61); }
td.TdClassName
{
border-color: #C8773D;
}
.TagClassName
{
border-color: #C8773D;
}
</style>