Shades of Japonica #CE7856
Tints of Japonica #CE7856
RGB
CMYK
RGB Variations
Color information
#CE7856 (or 0xCE7856) is known color: Japonica. HEX triplet: CE, 78 and 56. RGB value is (206,120,86). Sum of RGB (Red+Green+Blue) = 206+120+86=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7856 is #3187A9. Grayscale: #8E8E8E. Windows color (decimal): -3245994 or 5667022. OLE color: 5667022.
HSL color Cylindrical-coordinate representation of color #CE7856: hue angle of 17º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE7856 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 86 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.19 |
| HSL | 17º | 0.55% | 0.57% | - |
| HSV(B) | 17º | 0.58% | 0.81% | - |
| XYZ | 33.85 | 27.23 | 12.28 | - |
| YUV | 141.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 86 | 0 | 0.42 | 0.58 | 0.19 | 17 | 0.55 | 0.57 |
| Hex | CE | 78 | 56 | 0 | 2A | 3A | 13 | 11 | 37 | 39 |
| Octal | 316 | 170 | 126 | 0 | 52 | 72 | 23 | 21 | 67 | 71 |
| Binary | 11001110 | 1111000 | 1010110 | 0 | 101010 | 111010 | 10011 | 10001 | 110111 | 111001 |
Color Harmonies of #CE7856
Complementary color
Monochromatic Colors of #CE7856
Black with #CE7856
Text Example
Text Example
White with #CE7856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7856; }
p { color: rgb(206,120,86); }
H1.HeaderClassName
{
color: #CE7856;
}
.AnyTagClassName
{
color: #CE7856;
}
</style>
background-color css
<style>
a { background-color: #CE7856; }
a { background-color: rgb(206,120,86); }
div.DivClassName
{
background-color: #CE7856;
}
.BgClassName
{
background-color: #CE7856;
}
</style>
border-color css
<style>
span { border-color: #CE7856; }
span { border-color: rgb(206,120,86); }
td.TdClassName
{
border-color: #CE7856;
}
.TagClassName
{
border-color: #CE7856;
}
</style>