Shades of Japonica #C87864
Tints of Japonica #C87864
RGB
CMYK
RGB Variations
Color information
#C87864 (or 0xC87864) is known color: Japonica. HEX triplet: C8, 78 and 64. RGB value is (200,120,100). Sum of RGB (Red+Green+Blue) = 200+120+100=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C87864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87864 is #37879B. Grayscale: #8D8D8D. Windows color (decimal): -3639196 or 6584520. OLE color: 6584520.
HSL color Cylindrical-coordinate representation of color #C87864: hue angle of 12º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C87864 is Cyan = 0, Magento = 0.4, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 100 | - |
| CMYK | 0 | 0.4 | 0.5 | 0.22 |
| HSL | 12º | 0.48% | 0.59% | - |
| HSV(B) | 12º | 0.5% | 0.78% | - |
| XYZ | 32.84 | 26.63 | 15.47 | - |
| YUV | 141.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 100 | 0 | 0.4 | 0.5 | 0.22 | 12 | 0.48 | 0.59 |
| Hex | C8 | 78 | 64 | 0 | 28 | 32 | 16 | C | 30 | 3B |
| Octal | 310 | 170 | 144 | 0 | 50 | 62 | 26 | 14 | 60 | 73 |
| Binary | 11001000 | 1111000 | 1100100 | 0 | 101000 | 110010 | 10110 | 1100 | 110000 | 111011 |
Color Harmonies of #C87864
Complementary color
Monochromatic Colors of #C87864
Black with #C87864
Text Example
Text Example
White with #C87864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87864; }
p { color: rgb(200,120,100); }
H1.HeaderClassName
{
color: #C87864;
}
.AnyTagClassName
{
color: #C87864;
}
</style>
background-color css
<style>
a { background-color: #C87864; }
a { background-color: rgb(200,120,100); }
div.DivClassName
{
background-color: #C87864;
}
.BgClassName
{
background-color: #C87864;
}
</style>
border-color css
<style>
span { border-color: #C87864; }
span { border-color: rgb(200,120,100); }
td.TdClassName
{
border-color: #C87864;
}
.TagClassName
{
border-color: #C87864;
}
</style>