Shades of Japonica #C87160
Tints of Japonica #C87160
RGB
CMYK
RGB Variations
Color information
#C87160 (or 0xC87160) is known color: Japonica. HEX triplet: C8, 71 and 60. RGB value is (200,113,96). Sum of RGB (Red+Green+Blue) = 200+113+96=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C87160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87160 is #378E9F. Grayscale: #898989. Windows color (decimal): -3640992 or 6320584. OLE color: 6320584.
HSL color Cylindrical-coordinate representation of color #C87160: hue angle of 9.81º 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 #C87160 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 96 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.22 |
| HSL | 9.81º | 0.49% | 0.58% | - |
| HSV(B) | 9.81º | 0.52% | 0.78% | - |
| XYZ | 31.84 | 24.93 | 14.2 | - |
| YUV | 137.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 96 | 0 | 0.44 | 0.52 | 0.22 | 9.81 | 0.49 | 0.58 |
| Hex | C8 | 71 | 60 | 0 | 2C | 34 | 16 | A | 31 | 3A |
| Octal | 310 | 161 | 140 | 0 | 54 | 64 | 26 | 12 | 61 | 72 |
| Binary | 11001000 | 1110001 | 1100000 | 0 | 101100 | 110100 | 10110 | 1010 | 110001 | 111010 |
Color Harmonies of #C87160
Complementary color
Monochromatic Colors of #C87160
Black with #C87160
Text Example
Text Example
White with #C87160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87160; }
p { color: rgb(200,113,96); }
H1.HeaderClassName
{
color: #C87160;
}
.AnyTagClassName
{
color: #C87160;
}
</style>
background-color css
<style>
a { background-color: #C87160; }
a { background-color: rgb(200,113,96); }
div.DivClassName
{
background-color: #C87160;
}
.BgClassName
{
background-color: #C87160;
}
</style>
border-color css
<style>
span { border-color: #C87160; }
span { border-color: rgb(200,113,96); }
td.TdClassName
{
border-color: #C87160;
}
.TagClassName
{
border-color: #C87160;
}
</style>