Shades of Zest #C8743E
Tints of Zest #C8743E
RGB
CMYK
RGB Variations
Color information
#C8743E (or 0xC8743E) is known color: Zest. HEX triplet: C8, 74 and 3E. RGB value is (200,116,62). Sum of RGB (Red+Green+Blue) = 200+116+62=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8743E is #378BC1. Grayscale: #878787. Windows color (decimal): -3640258 or 4093128. OLE color: 4093128.
HSL color Cylindrical-coordinate representation of color #C8743E: hue angle of 23.48º 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 #C8743E is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 62 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.22 |
| HSL | 23.48º | 0.56% | 0.51% | - |
| HSV(B) | 23.48º | 0.69% | 0.78% | - |
| XYZ | 30.93 | 25.12 | 7.78 | - |
| YUV | 134.96 | 86.83 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 62 | 0 | 0.42 | 0.69 | 0.22 | 23.48 | 0.56 | 0.51 |
| Hex | C8 | 74 | 3E | 0 | 2A | 45 | 16 | 17 | 38 | 33 |
| Octal | 310 | 164 | 76 | 0 | 52 | 105 | 26 | 27 | 70 | 63 |
| Binary | 11001000 | 1110100 | 111110 | 0 | 101010 | 1000101 | 10110 | 10111 | 111000 | 110011 |
Color Harmonies of #C8743E
Complementary color
Monochromatic Colors of #C8743E
Black with #C8743E
Text Example
Text Example
White with #C8743E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8743E; }
p { color: rgb(200,116,62); }
H1.HeaderClassName
{
color: #C8743E;
}
.AnyTagClassName
{
color: #C8743E;
}
</style>
background-color css
<style>
a { background-color: #C8743E; }
a { background-color: rgb(200,116,62); }
div.DivClassName
{
background-color: #C8743E;
}
.BgClassName
{
background-color: #C8743E;
}
</style>
border-color css
<style>
span { border-color: #C8743E; }
span { border-color: rgb(200,116,62); }
td.TdClassName
{
border-color: #C8743E;
}
.TagClassName
{
border-color: #C8743E;
}
</style>