Shades of Japonica #C87664
Tints of Japonica #C87664
RGB
CMYK
RGB Variations
Color information
#C87664 (or 0xC87664) is known color: Japonica. HEX triplet: C8, 76 and 64. RGB value is (200,118,100). Sum of RGB (Red+Green+Blue) = 200+118+100=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C87664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87664 is #37899B. Grayscale: #8C8C8C. Windows color (decimal): -3639708 or 6584008. OLE color: 6584008.
HSL color Cylindrical-coordinate representation of color #C87664: hue angle of 10.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C87664 is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 100 | - |
| CMYK | 0 | 0.41 | 0.5 | 0.22 |
| HSL | 10.8º | 0.48% | 0.59% | - |
| HSV(B) | 10.8º | 0.5% | 0.78% | - |
| XYZ | 32.6 | 26.16 | 15.39 | - |
| YUV | 140.47 | 105.17 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 100 | 0 | 0.41 | 0.5 | 0.22 | 10.8 | 0.48 | 0.59 |
| Hex | C8 | 76 | 64 | 0 | 29 | 32 | 16 | B | 30 | 3B |
| Octal | 310 | 166 | 144 | 0 | 51 | 62 | 26 | 13 | 60 | 73 |
| Binary | 11001000 | 1110110 | 1100100 | 0 | 101001 | 110010 | 10110 | 1011 | 110000 | 111011 |
Color Harmonies of #C87664
Complementary color
Monochromatic Colors of #C87664
Black with #C87664
Text Example
Text Example
White with #C87664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87664; }
p { color: rgb(200,118,100); }
H1.HeaderClassName
{
color: #C87664;
}
.AnyTagClassName
{
color: #C87664;
}
</style>
background-color css
<style>
a { background-color: #C87664; }
a { background-color: rgb(200,118,100); }
div.DivClassName
{
background-color: #C87664;
}
.BgClassName
{
background-color: #C87664;
}
</style>
border-color css
<style>
span { border-color: #C87664; }
span { border-color: rgb(200,118,100); }
td.TdClassName
{
border-color: #C87664;
}
.TagClassName
{
border-color: #C87664;
}
</style>