Shades of Japonica #C87360
Tints of Japonica #C87360
RGB
CMYK
RGB Variations
Color information
#C87360 (or 0xC87360) is known color: Japonica. HEX triplet: C8, 73 and 60. RGB value is (200,115,96). Sum of RGB (Red+Green+Blue) = 200+115+96=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C87360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87360 is #378C9F. Grayscale: #8A8A8A. Windows color (decimal): -3640480 or 6321096. OLE color: 6321096.
HSL color Cylindrical-coordinate representation of color #C87360: hue angle of 10.96º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C87360 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 96 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.22 |
| HSL | 10.96º | 0.49% | 0.58% | - |
| HSV(B) | 10.96º | 0.52% | 0.78% | - |
| XYZ | 32.06 | 25.39 | 14.28 | - |
| YUV | 138.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 96 | 0 | 0.42 | 0.52 | 0.22 | 10.96 | 0.49 | 0.58 |
| Hex | C8 | 73 | 60 | 0 | 2A | 34 | 16 | B | 31 | 3A |
| Octal | 310 | 163 | 140 | 0 | 52 | 64 | 26 | 13 | 61 | 72 |
| Binary | 11001000 | 1110011 | 1100000 | 0 | 101010 | 110100 | 10110 | 1011 | 110001 | 111010 |
Color Harmonies of #C87360
Complementary color
Monochromatic Colors of #C87360
Black with #C87360
Text Example
Text Example
White with #C87360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87360; }
p { color: rgb(200,115,96); }
H1.HeaderClassName
{
color: #C87360;
}
.AnyTagClassName
{
color: #C87360;
}
</style>
background-color css
<style>
a { background-color: #C87360; }
a { background-color: rgb(200,115,96); }
div.DivClassName
{
background-color: #C87360;
}
.BgClassName
{
background-color: #C87360;
}
</style>
border-color css
<style>
span { border-color: #C87360; }
span { border-color: rgb(200,115,96); }
td.TdClassName
{
border-color: #C87360;
}
.TagClassName
{
border-color: #C87360;
}
</style>