Shades of Japonica #C87856
Tints of Japonica #C87856
RGB
CMYK
RGB Variations
Color information
#C87856 (or 0xC87856) is known color: Japonica. HEX triplet: C8, 78 and 56. RGB value is (200,120,86). Sum of RGB (Red+Green+Blue) = 200+120+86=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C87856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87856 is #3787A9. Grayscale: #8C8C8C. Windows color (decimal): -3639210 or 5667016. OLE color: 5667016.
HSL color Cylindrical-coordinate representation of color #C87856: hue angle of 17.89º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C87856 is Cyan = 0, Magento = 0.4, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 86 | - |
| CMYK | 0 | 0.4 | 0.57 | 0.22 |
| HSL | 17.89º | 0.51% | 0.56% | - |
| HSV(B) | 17.89º | 0.57% | 0.78% | - |
| XYZ | 32.22 | 26.38 | 12.2 | - |
| YUV | 140.04 | 97.5 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 86 | 0 | 0.4 | 0.57 | 0.22 | 17.89 | 0.51 | 0.56 |
| Hex | C8 | 78 | 56 | 0 | 28 | 39 | 16 | 12 | 33 | 38 |
| Octal | 310 | 170 | 126 | 0 | 50 | 71 | 26 | 22 | 63 | 70 |
| Binary | 11001000 | 1111000 | 1010110 | 0 | 101000 | 111001 | 10110 | 10010 | 110011 | 111000 |
Color Harmonies of #C87856
Complementary color
Monochromatic Colors of #C87856
Black with #C87856
Text Example
Text Example
White with #C87856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87856; }
p { color: rgb(200,120,86); }
H1.HeaderClassName
{
color: #C87856;
}
.AnyTagClassName
{
color: #C87856;
}
</style>
background-color css
<style>
a { background-color: #C87856; }
a { background-color: rgb(200,120,86); }
div.DivClassName
{
background-color: #C87856;
}
.BgClassName
{
background-color: #C87856;
}
</style>
border-color css
<style>
span { border-color: #C87856; }
span { border-color: rgb(200,120,86); }
td.TdClassName
{
border-color: #C87856;
}
.TagClassName
{
border-color: #C87856;
}
</style>