Shades of Japonica #CE7860
Tints of Japonica #CE7860
RGB
CMYK
RGB Variations
Color information
#CE7860 (or 0xCE7860) is known color: Japonica. HEX triplet: CE, 78 and 60. RGB value is (206,120,96). Sum of RGB (Red+Green+Blue) = 206+120+96=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7860 is #31879F. Grayscale: #8F8F8F. Windows color (decimal): -3245984 or 6322382. OLE color: 6322382.
HSL color Cylindrical-coordinate representation of color #CE7860: hue angle of 13.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE7860 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 96 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.19 |
| HSL | 13.09º | 0.53% | 0.59% | - |
| HSV(B) | 13.09º | 0.53% | 0.81% | - |
| XYZ | 34.28 | 27.4 | 14.55 | - |
| YUV | 142.98 | 101.49 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 96 | 0 | 0.42 | 0.53 | 0.19 | 13.09 | 0.53 | 0.59 |
| Hex | CE | 78 | 60 | 0 | 2A | 35 | 13 | D | 35 | 3B |
| Octal | 316 | 170 | 140 | 0 | 52 | 65 | 23 | 15 | 65 | 73 |
| Binary | 11001110 | 1111000 | 1100000 | 0 | 101010 | 110101 | 10011 | 1101 | 110101 | 111011 |
Color Harmonies of #CE7860
Complementary color
Monochromatic Colors of #CE7860
Black with #CE7860
Text Example
Text Example
White with #CE7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7860; }
p { color: rgb(206,120,96); }
H1.HeaderClassName
{
color: #CE7860;
}
.AnyTagClassName
{
color: #CE7860;
}
</style>
background-color css
<style>
a { background-color: #CE7860; }
a { background-color: rgb(206,120,96); }
div.DivClassName
{
background-color: #CE7860;
}
.BgClassName
{
background-color: #CE7860;
}
</style>
border-color css
<style>
span { border-color: #CE7860; }
span { border-color: rgb(206,120,96); }
td.TdClassName
{
border-color: #CE7860;
}
.TagClassName
{
border-color: #CE7860;
}
</style>