Shades of Zest #C8703D
Tints of Zest #C8703D
RGB
CMYK
RGB Variations
Color information
#C8703D (or 0xC8703D) is known color: Zest. HEX triplet: C8, 70 and 3D. RGB value is (200,112,61). Sum of RGB (Red+Green+Blue) = 200+112+61=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8703D is #378FC2. Grayscale: #848484. Windows color (decimal): -3641283 or 4026568. OLE color: 4026568.
HSL color Cylindrical-coordinate representation of color #C8703D: hue angle of 22.01º 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 #C8703D is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 61 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.22 |
| HSL | 22.01º | 0.56% | 0.51% | - |
| HSV(B) | 22.01º | 0.7% | 0.78% | - |
| XYZ | 30.46 | 24.2 | 7.48 | - |
| YUV | 132.5 | 87.65 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 61 | 0 | 0.44 | 0.69 | 0.22 | 22.01 | 0.56 | 0.51 |
| Hex | C8 | 70 | 3D | 0 | 2C | 45 | 16 | 16 | 38 | 33 |
| Octal | 310 | 160 | 75 | 0 | 54 | 105 | 26 | 26 | 70 | 63 |
| Binary | 11001000 | 1110000 | 111101 | 0 | 101100 | 1000101 | 10110 | 10110 | 111000 | 110011 |
Color Harmonies of #C8703D
Complementary color
Monochromatic Colors of #C8703D
Black with #C8703D
Text Example
Text Example
White with #C8703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8703D; }
p { color: rgb(200,112,61); }
H1.HeaderClassName
{
color: #C8703D;
}
.AnyTagClassName
{
color: #C8703D;
}
</style>
background-color css
<style>
a { background-color: #C8703D; }
a { background-color: rgb(200,112,61); }
div.DivClassName
{
background-color: #C8703D;
}
.BgClassName
{
background-color: #C8703D;
}
</style>
border-color css
<style>
span { border-color: #C8703D; }
span { border-color: rgb(200,112,61); }
td.TdClassName
{
border-color: #C8703D;
}
.TagClassName
{
border-color: #C8703D;
}
</style>