Shades of Zest #C8783A
Tints of Zest #C8783A
RGB
CMYK
RGB Variations
Color information
#C8783A (or 0xC8783A) is known color: Zest. HEX triplet: C8, 78 and 3A. RGB value is (200,120,58). Sum of RGB (Red+Green+Blue) = 200+120+58=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8783A is #3787C5. Grayscale: #898989. Windows color (decimal): -3639238 or 3832008. OLE color: 3832008.
HSL color Cylindrical-coordinate representation of color #C8783A: hue angle of 26.2º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8783A is Cyan = 0, Magento = 0.4, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 58 | - |
| CMYK | 0 | 0.4 | 0.71 | 0.22 |
| HSL | 26.2º | 0.56% | 0.51% | - |
| HSV(B) | 26.2º | 0.71% | 0.78% | - |
| XYZ | 31.3 | 26.02 | 7.38 | - |
| YUV | 136.85 | 83.5 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 58 | 0 | 0.4 | 0.71 | 0.22 | 26.2 | 0.56 | 0.51 |
| Hex | C8 | 78 | 3A | 0 | 28 | 47 | 16 | 1A | 38 | 33 |
| Octal | 310 | 170 | 72 | 0 | 50 | 107 | 26 | 32 | 70 | 63 |
| Binary | 11001000 | 1111000 | 111010 | 0 | 101000 | 1000111 | 10110 | 11010 | 111000 | 110011 |
Color Harmonies of #C8783A
Complementary color
Monochromatic Colors of #C8783A
Black with #C8783A
Text Example
Text Example
White with #C8783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8783A; }
p { color: rgb(200,120,58); }
H1.HeaderClassName
{
color: #C8783A;
}
.AnyTagClassName
{
color: #C8783A;
}
</style>
background-color css
<style>
a { background-color: #C8783A; }
a { background-color: rgb(200,120,58); }
div.DivClassName
{
background-color: #C8783A;
}
.BgClassName
{
background-color: #C8783A;
}
</style>
border-color css
<style>
span { border-color: #C8783A; }
span { border-color: rgb(200,120,58); }
td.TdClassName
{
border-color: #C8783A;
}
.TagClassName
{
border-color: #C8783A;
}
</style>