Shades of Japonica #C87660
Tints of Japonica #C87660
RGB
CMYK
RGB Variations
Color information
#C87660 (or 0xC87660) is known color: Japonica. HEX triplet: C8, 76 and 60. RGB value is (200,118,96). Sum of RGB (Red+Green+Blue) = 200+118+96=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C87660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87660 is #37899F. Grayscale: #8C8C8C. Windows color (decimal): -3639712 or 6321864. OLE color: 6321864.
HSL color Cylindrical-coordinate representation of color #C87660: hue angle of 12.69º 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 #C87660 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 96 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.22 |
| HSL | 12.69º | 0.49% | 0.58% | - |
| HSV(B) | 12.69º | 0.52% | 0.78% | - |
| XYZ | 32.41 | 26.08 | 14.39 | - |
| YUV | 140.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 96 | 0 | 0.41 | 0.52 | 0.22 | 12.69 | 0.49 | 0.58 |
| Hex | C8 | 76 | 60 | 0 | 29 | 34 | 16 | D | 31 | 3A |
| Octal | 310 | 166 | 140 | 0 | 51 | 64 | 26 | 15 | 61 | 72 |
| Binary | 11001000 | 1110110 | 1100000 | 0 | 101001 | 110100 | 10110 | 1101 | 110001 | 111010 |
Color Harmonies of #C87660
Complementary color
Monochromatic Colors of #C87660
Black with #C87660
Text Example
Text Example
White with #C87660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87660; }
p { color: rgb(200,118,96); }
H1.HeaderClassName
{
color: #C87660;
}
.AnyTagClassName
{
color: #C87660;
}
</style>
background-color css
<style>
a { background-color: #C87660; }
a { background-color: rgb(200,118,96); }
div.DivClassName
{
background-color: #C87660;
}
.BgClassName
{
background-color: #C87660;
}
</style>
border-color css
<style>
span { border-color: #C87660; }
span { border-color: rgb(200,118,96); }
td.TdClassName
{
border-color: #C87660;
}
.TagClassName
{
border-color: #C87660;
}
</style>