Shades of Japonica #C87556
Tints of Japonica #C87556
RGB
CMYK
RGB Variations
Color information
#C87556 (or 0xC87556) is known color: Japonica. HEX triplet: C8, 75 and 56. RGB value is (200,117,86). Sum of RGB (Red+Green+Blue) = 200+117+86=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C87556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87556 is #378AA9. Grayscale: #8A8A8A. Windows color (decimal): -3639978 or 5666248. OLE color: 5666248.
HSL color Cylindrical-coordinate representation of color #C87556: hue angle of 16.32º 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 #C87556 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 86 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.22 |
| HSL | 16.32º | 0.51% | 0.56% | - |
| HSV(B) | 16.32º | 0.57% | 0.78% | - |
| XYZ | 31.86 | 25.67 | 12.08 | - |
| YUV | 138.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 86 | 0 | 0.42 | 0.57 | 0.22 | 16.32 | 0.51 | 0.56 |
| Hex | C8 | 75 | 56 | 0 | 2A | 39 | 16 | 10 | 33 | 38 |
| Octal | 310 | 165 | 126 | 0 | 52 | 71 | 26 | 20 | 63 | 70 |
| Binary | 11001000 | 1110101 | 1010110 | 0 | 101010 | 111001 | 10110 | 10000 | 110011 | 111000 |
Color Harmonies of #C87556
Complementary color
Monochromatic Colors of #C87556
Black with #C87556
Text Example
Text Example
White with #C87556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87556; }
p { color: rgb(200,117,86); }
H1.HeaderClassName
{
color: #C87556;
}
.AnyTagClassName
{
color: #C87556;
}
</style>
background-color css
<style>
a { background-color: #C87556; }
a { background-color: rgb(200,117,86); }
div.DivClassName
{
background-color: #C87556;
}
.BgClassName
{
background-color: #C87556;
}
</style>
border-color css
<style>
span { border-color: #C87556; }
span { border-color: rgb(200,117,86); }
td.TdClassName
{
border-color: #C87556;
}
.TagClassName
{
border-color: #C87556;
}
</style>