Shades of Japonica #CE7862
Tints of Japonica #CE7862
RGB
CMYK
RGB Variations
Color information
#CE7862 (or 0xCE7862) is known color: Japonica. HEX triplet: CE, 78 and 62. RGB value is (206,120,98). Sum of RGB (Red+Green+Blue) = 206+120+98=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7862 is #31879D. Grayscale: #8F8F8F. Windows color (decimal): -3245982 or 6453454. OLE color: 6453454.
HSL color Cylindrical-coordinate representation of color #CE7862: hue angle of 12.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE7862 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 98 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.19 |
| HSL | 12.22º | 0.52% | 0.6% | - |
| HSV(B) | 12.22º | 0.52% | 0.81% | - |
| XYZ | 34.37 | 27.44 | 15.04 | - |
| YUV | 143.21 | 102.49 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 98 | 0 | 0.42 | 0.52 | 0.19 | 12.22 | 0.52 | 0.6 |
| Hex | CE | 78 | 62 | 0 | 2A | 34 | 13 | C | 34 | 3C |
| Octal | 316 | 170 | 142 | 0 | 52 | 64 | 23 | 14 | 64 | 74 |
| Binary | 11001110 | 1111000 | 1100010 | 0 | 101010 | 110100 | 10011 | 1100 | 110100 | 111100 |
Color Harmonies of #CE7862
Complementary color
Monochromatic Colors of #CE7862
Black with #CE7862
Text Example
Text Example
White with #CE7862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7862; }
p { color: rgb(206,120,98); }
H1.HeaderClassName
{
color: #CE7862;
}
.AnyTagClassName
{
color: #CE7862;
}
</style>
background-color css
<style>
a { background-color: #CE7862; }
a { background-color: rgb(206,120,98); }
div.DivClassName
{
background-color: #CE7862;
}
.BgClassName
{
background-color: #CE7862;
}
</style>
border-color css
<style>
span { border-color: #CE7862; }
span { border-color: rgb(206,120,98); }
td.TdClassName
{
border-color: #CE7862;
}
.TagClassName
{
border-color: #CE7862;
}
</style>