Shades of Japonica #C87C59
Tints of Japonica #C87C59
RGB
CMYK
RGB Variations
Color information
#C87C59 (or 0xC87C59) is known color: Japonica. HEX triplet: C8, 7C and 59. RGB value is (200,124,89). Sum of RGB (Red+Green+Blue) = 200+124+89=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87C59 is #3783A6. Grayscale: #8E8E8E. Windows color (decimal): -3638183 or 5864648. OLE color: 5864648.
HSL color Cylindrical-coordinate representation of color #C87C59: hue angle of 18.92º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C87C59 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 89 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.22 |
| HSL | 18.92º | 0.5% | 0.57% | - |
| HSV(B) | 18.92º | 0.56% | 0.78% | - |
| XYZ | 32.83 | 27.42 | 13.01 | - |
| YUV | 142.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 89 | 0 | 0.38 | 0.56 | 0.22 | 18.92 | 0.5 | 0.57 |
| Hex | C8 | 7C | 59 | 0 | 26 | 38 | 16 | 13 | 32 | 39 |
| Octal | 310 | 174 | 131 | 0 | 46 | 70 | 26 | 23 | 62 | 71 |
| Binary | 11001000 | 1111100 | 1011001 | 0 | 100110 | 111000 | 10110 | 10011 | 110010 | 111001 |
Color Harmonies of #C87C59
Complementary color
Monochromatic Colors of #C87C59
Black with #C87C59
Text Example
Text Example
White with #C87C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C59; }
p { color: rgb(200,124,89); }
H1.HeaderClassName
{
color: #C87C59;
}
.AnyTagClassName
{
color: #C87C59;
}
</style>
background-color css
<style>
a { background-color: #C87C59; }
a { background-color: rgb(200,124,89); }
div.DivClassName
{
background-color: #C87C59;
}
.BgClassName
{
background-color: #C87C59;
}
</style>
border-color css
<style>
span { border-color: #C87C59; }
span { border-color: rgb(200,124,89); }
td.TdClassName
{
border-color: #C87C59;
}
.TagClassName
{
border-color: #C87C59;
}
</style>