Shades of Japonica #C87656
Tints of Japonica #C87656
RGB
CMYK
RGB Variations
Color information
#C87656 (or 0xC87656) is known color: Japonica. HEX triplet: C8, 76 and 56. RGB value is (200,118,86). Sum of RGB (Red+Green+Blue) = 200+118+86=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C87656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87656 is #3789A9. Grayscale: #8B8B8B. Windows color (decimal): -3639722 or 5666504. OLE color: 5666504.
HSL color Cylindrical-coordinate representation of color #C87656: hue angle of 16.84º 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 #C87656 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 86 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.22 |
| HSL | 16.84º | 0.51% | 0.56% | - |
| HSV(B) | 16.84º | 0.57% | 0.78% | - |
| XYZ | 31.98 | 25.91 | 12.12 | - |
| YUV | 138.87 | 98.17 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 86 | 0 | 0.41 | 0.57 | 0.22 | 16.84 | 0.51 | 0.56 |
| Hex | C8 | 76 | 56 | 0 | 29 | 39 | 16 | 11 | 33 | 38 |
| Octal | 310 | 166 | 126 | 0 | 51 | 71 | 26 | 21 | 63 | 70 |
| Binary | 11001000 | 1110110 | 1010110 | 0 | 101001 | 111001 | 10110 | 10001 | 110011 | 111000 |
Color Harmonies of #C87656
Complementary color
Monochromatic Colors of #C87656
Black with #C87656
Text Example
Text Example
White with #C87656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87656; }
p { color: rgb(200,118,86); }
H1.HeaderClassName
{
color: #C87656;
}
.AnyTagClassName
{
color: #C87656;
}
</style>
background-color css
<style>
a { background-color: #C87656; }
a { background-color: rgb(200,118,86); }
div.DivClassName
{
background-color: #C87656;
}
.BgClassName
{
background-color: #C87656;
}
</style>
border-color css
<style>
span { border-color: #C87656; }
span { border-color: rgb(200,118,86); }
td.TdClassName
{
border-color: #C87656;
}
.TagClassName
{
border-color: #C87656;
}
</style>