Shades of Japonica #CE7C56
Tints of Japonica #CE7C56
RGB
CMYK
RGB Variations
Color information
#CE7C56 (or 0xCE7C56) is known color: Japonica. HEX triplet: CE, 7C and 56. RGB value is (206,124,86). Sum of RGB (Red+Green+Blue) = 206+124+86=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C56 is #3183A9. Grayscale: #909090. Windows color (decimal): -3244970 or 5668046. OLE color: 5668046.
HSL color Cylindrical-coordinate representation of color #CE7C56: hue angle of 19º 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 #CE7C56 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 86 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.19 |
| HSL | 19º | 0.55% | 0.57% | - |
| HSV(B) | 19º | 0.58% | 0.81% | - |
| XYZ | 34.34 | 28.21 | 12.44 | - |
| YUV | 144.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 86 | 0 | 0.40 | 0.58 | 0.19 | 19 | 0.55 | 0.57 |
| Hex | CE | 7C | 56 | 0 | 28 | 3A | 13 | 13 | 37 | 39 |
| Octal | 316 | 174 | 126 | 0 | 50 | 72 | 23 | 23 | 67 | 71 |
| Binary | 11001110 | 1111100 | 1010110 | 0 | 101000 | 111010 | 10011 | 10011 | 110111 | 111001 |
Color Harmonies of #CE7C56
Complementary color
Monochromatic Colors of #CE7C56
Black with #CE7C56
Text Example
Text Example
White with #CE7C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C56; }
p { color: rgb(206,124,86); }
H1.HeaderClassName
{
color: #CE7C56;
}
.AnyTagClassName
{
color: #CE7C56;
}
</style>
background-color css
<style>
a { background-color: #CE7C56; }
a { background-color: rgb(206,124,86); }
div.DivClassName
{
background-color: #CE7C56;
}
.BgClassName
{
background-color: #CE7C56;
}
</style>
border-color css
<style>
span { border-color: #CE7C56; }
span { border-color: rgb(206,124,86); }
td.TdClassName
{
border-color: #CE7C56;
}
.TagClassName
{
border-color: #CE7C56;
}
</style>