Shades of Japonica #CE6E5D
Tints of Japonica #CE6E5D
RGB
CMYK
RGB Variations
Color information
#CE6E5D (or 0xCE6E5D) is known color: Japonica. HEX triplet: CE, 6E and 5D. RGB value is (206,110,93). Sum of RGB (Red+Green+Blue) = 206+110+93=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E5D is #3191A2. Grayscale: #888888. Windows color (decimal): -3248547 or 6123214. OLE color: 6123214.
HSL color Cylindrical-coordinate representation of color #CE6E5D: hue angle of 9.03º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE6E5D is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 93 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.19 |
| HSL | 9.03º | 0.54% | 0.59% | - |
| HSV(B) | 9.03º | 0.55% | 0.81% | - |
| XYZ | 33.01 | 25.06 | 13.45 | - |
| YUV | 136.77 | 103.3 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 93 | 0 | 0.47 | 0.55 | 0.19 | 9.03 | 0.54 | 0.59 |
| Hex | CE | 6E | 5D | 0 | 2F | 37 | 13 | 9 | 36 | 3B |
| Octal | 316 | 156 | 135 | 0 | 57 | 67 | 23 | 11 | 66 | 73 |
| Binary | 11001110 | 1101110 | 1011101 | 0 | 101111 | 110111 | 10011 | 1001 | 110110 | 111011 |
Color Harmonies of #CE6E5D
Complementary color
Monochromatic Colors of #CE6E5D
Black with #CE6E5D
Text Example
Text Example
White with #CE6E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E5D; }
p { color: rgb(206,110,93); }
H1.HeaderClassName
{
color: #CE6E5D;
}
.AnyTagClassName
{
color: #CE6E5D;
}
</style>
background-color css
<style>
a { background-color: #CE6E5D; }
a { background-color: rgb(206,110,93); }
div.DivClassName
{
background-color: #CE6E5D;
}
.BgClassName
{
background-color: #CE6E5D;
}
</style>
border-color css
<style>
span { border-color: #CE6E5D; }
span { border-color: rgb(206,110,93); }
td.TdClassName
{
border-color: #CE6E5D;
}
.TagClassName
{
border-color: #CE6E5D;
}
</style>