Shades of Japonica #CE7556
Tints of Japonica #CE7556
RGB
CMYK
RGB Variations
Color information
#CE7556 (or 0xCE7556) is known color: Japonica. HEX triplet: CE, 75 and 56. RGB value is (206,117,86). Sum of RGB (Red+Green+Blue) = 206+117+86=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7556 is #318AA9. Grayscale: #8C8C8C. Windows color (decimal): -3246762 or 5666254. OLE color: 5666254.
HSL color Cylindrical-coordinate representation of color #CE7556: hue angle of 15.5º 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 #CE7556 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 86 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.19 |
| HSL | 15.5º | 0.55% | 0.57% | - |
| HSV(B) | 15.5º | 0.58% | 0.81% | - |
| XYZ | 33.49 | 26.52 | 12.16 | - |
| YUV | 140.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 86 | 0 | 0.43 | 0.58 | 0.19 | 15.5 | 0.55 | 0.57 |
| Hex | CE | 75 | 56 | 0 | 2B | 3A | 13 | 10 | 37 | 39 |
| Octal | 316 | 165 | 126 | 0 | 53 | 72 | 23 | 20 | 67 | 71 |
| Binary | 11001110 | 1110101 | 1010110 | 0 | 101011 | 111010 | 10011 | 10000 | 110111 | 111001 |
Color Harmonies of #CE7556
Complementary color
Monochromatic Colors of #CE7556
Black with #CE7556
Text Example
Text Example
White with #CE7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7556; }
p { color: rgb(206,117,86); }
H1.HeaderClassName
{
color: #CE7556;
}
.AnyTagClassName
{
color: #CE7556;
}
</style>
background-color css
<style>
a { background-color: #CE7556; }
a { background-color: rgb(206,117,86); }
div.DivClassName
{
background-color: #CE7556;
}
.BgClassName
{
background-color: #CE7556;
}
</style>
border-color css
<style>
span { border-color: #CE7556; }
span { border-color: rgb(206,117,86); }
td.TdClassName
{
border-color: #CE7556;
}
.TagClassName
{
border-color: #CE7556;
}
</style>