Shades of Japonica #CE6E60
Tints of Japonica #CE6E60
RGB
CMYK
RGB Variations
Color information
#CE6E60 (or 0xCE6E60) is known color: Japonica. HEX triplet: CE, 6E and 60. RGB value is (206,110,96). Sum of RGB (Red+Green+Blue) = 206+110+96=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E60 is #31919F. Grayscale: #898989. Windows color (decimal): -3248544 or 6319822. OLE color: 6319822.
HSL color Cylindrical-coordinate representation of color #CE6E60: hue angle of 7.64º 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 #CE6E60 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 96 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.19 |
| HSL | 7.64º | 0.53% | 0.59% | - |
| HSV(B) | 7.64º | 0.53% | 0.81% | - |
| XYZ | 33.14 | 25.12 | 14.17 | - |
| YUV | 137.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 96 | 0 | 0.47 | 0.53 | 0.19 | 7.64 | 0.53 | 0.59 |
| Hex | CE | 6E | 60 | 0 | 2F | 35 | 13 | 8 | 35 | 3B |
| Octal | 316 | 156 | 140 | 0 | 57 | 65 | 23 | 10 | 65 | 73 |
| Binary | 11001110 | 1101110 | 1100000 | 0 | 101111 | 110101 | 10011 | 1000 | 110101 | 111011 |
Color Harmonies of #CE6E60
Complementary color
Monochromatic Colors of #CE6E60
Black with #CE6E60
Text Example
Text Example
White with #CE6E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E60; }
p { color: rgb(206,110,96); }
H1.HeaderClassName
{
color: #CE6E60;
}
.AnyTagClassName
{
color: #CE6E60;
}
</style>
background-color css
<style>
a { background-color: #CE6E60; }
a { background-color: rgb(206,110,96); }
div.DivClassName
{
background-color: #CE6E60;
}
.BgClassName
{
background-color: #CE6E60;
}
</style>
border-color css
<style>
span { border-color: #CE6E60; }
span { border-color: rgb(206,110,96); }
td.TdClassName
{
border-color: #CE6E60;
}
.TagClassName
{
border-color: #CE6E60;
}
</style>