Shades of Zest #C87438
Tints of Zest #C87438
RGB
CMYK
RGB Variations
Color information
#C87438 (or 0xC87438) is known color: Zest. HEX triplet: C8, 74 and 38. RGB value is (200,116,56). Sum of RGB (Red+Green+Blue) = 200+116+56=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C87438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87438 is #378BC7. Grayscale: #868686. Windows color (decimal): -3640264 or 3699912. OLE color: 3699912.
HSL color Cylindrical-coordinate representation of color #C87438: hue angle of 25º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C87438 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 56 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.22 |
| HSL | 25º | 0.57% | 0.5% | - |
| HSV(B) | 25º | 0.72% | 0.78% | - |
| XYZ | 30.78 | 25.06 | 6.96 | - |
| YUV | 134.28 | 83.83 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 56 | 0 | 0.42 | 0.72 | 0.22 | 25 | 0.57 | 0.5 |
| Hex | C8 | 74 | 38 | 0 | 2A | 48 | 16 | 19 | 39 | 32 |
| Octal | 310 | 164 | 70 | 0 | 52 | 110 | 26 | 31 | 71 | 62 |
| Binary | 11001000 | 1110100 | 111000 | 0 | 101010 | 1001000 | 10110 | 11001 | 111001 | 110010 |
Color Harmonies of #C87438
Complementary color
Monochromatic Colors of #C87438
Black with #C87438
Text Example
Text Example
White with #C87438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87438; }
p { color: rgb(200,116,56); }
H1.HeaderClassName
{
color: #C87438;
}
.AnyTagClassName
{
color: #C87438;
}
</style>
background-color css
<style>
a { background-color: #C87438; }
a { background-color: rgb(200,116,56); }
div.DivClassName
{
background-color: #C87438;
}
.BgClassName
{
background-color: #C87438;
}
</style>
border-color css
<style>
span { border-color: #C87438; }
span { border-color: rgb(200,116,56); }
td.TdClassName
{
border-color: #C87438;
}
.TagClassName
{
border-color: #C87438;
}
</style>