Shades of Zest #C8743B
Tints of Zest #C8743B
RGB
CMYK
RGB Variations
Color information
#C8743B (or 0xC8743B) is known color: Zest. HEX triplet: C8, 74 and 3B. RGB value is (200,116,59). Sum of RGB (Red+Green+Blue) = 200+116+59=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8743B is #378BC4. Grayscale: #868686. Windows color (decimal): -3640261 or 3896520. OLE color: 3896520.
HSL color Cylindrical-coordinate representation of color #C8743B: hue angle of 24.26º 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 #C8743B is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 59 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.22 |
| HSL | 24.26º | 0.56% | 0.51% | - |
| HSV(B) | 24.26º | 0.71% | 0.78% | - |
| XYZ | 30.85 | 25.09 | 7.35 | - |
| YUV | 134.62 | 85.33 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 59 | 0 | 0.42 | 0.70 | 0.22 | 24.26 | 0.56 | 0.51 |
| Hex | C8 | 74 | 3B | 0 | 2A | 46 | 16 | 18 | 38 | 33 |
| Octal | 310 | 164 | 73 | 0 | 52 | 106 | 26 | 30 | 70 | 63 |
| Binary | 11001000 | 1110100 | 111011 | 0 | 101010 | 1000110 | 10110 | 11000 | 111000 | 110011 |
Color Harmonies of #C8743B
Complementary color
Monochromatic Colors of #C8743B
Black with #C8743B
Text Example
Text Example
White with #C8743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8743B; }
p { color: rgb(200,116,59); }
H1.HeaderClassName
{
color: #C8743B;
}
.AnyTagClassName
{
color: #C8743B;
}
</style>
background-color css
<style>
a { background-color: #C8743B; }
a { background-color: rgb(200,116,59); }
div.DivClassName
{
background-color: #C8743B;
}
.BgClassName
{
background-color: #C8743B;
}
</style>
border-color css
<style>
span { border-color: #C8743B; }
span { border-color: rgb(200,116,59); }
td.TdClassName
{
border-color: #C8743B;
}
.TagClassName
{
border-color: #C8743B;
}
</style>