Shades of Japonica #CE6E5B
Tints of Japonica #CE6E5B
RGB
CMYK
RGB Variations
Color information
#CE6E5B (or 0xCE6E5B) is known color: Japonica. HEX triplet: CE, 6E and 5B. RGB value is (206,110,91). Sum of RGB (Red+Green+Blue) = 206+110+91=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E5B is #3191A4. Grayscale: #888888. Windows color (decimal): -3248549 or 5992142. OLE color: 5992142.
HSL color Cylindrical-coordinate representation of color #CE6E5B: hue angle of 9.91º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE6E5B is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 91 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.19 |
| HSL | 9.91º | 0.54% | 0.58% | - |
| HSV(B) | 9.91º | 0.56% | 0.81% | - |
| XYZ | 32.92 | 25.03 | 12.99 | - |
| YUV | 136.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 91 | 0 | 0.47 | 0.56 | 0.19 | 9.91 | 0.54 | 0.58 |
| Hex | CE | 6E | 5B | 0 | 2F | 38 | 13 | A | 36 | 3A |
| Octal | 316 | 156 | 133 | 0 | 57 | 70 | 23 | 12 | 66 | 72 |
| Binary | 11001110 | 1101110 | 1011011 | 0 | 101111 | 111000 | 10011 | 1010 | 110110 | 111010 |
Color Harmonies of #CE6E5B
Complementary color
Monochromatic Colors of #CE6E5B
Black with #CE6E5B
Text Example
Text Example
White with #CE6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E5B; }
p { color: rgb(206,110,91); }
H1.HeaderClassName
{
color: #CE6E5B;
}
.AnyTagClassName
{
color: #CE6E5B;
}
</style>
background-color css
<style>
a { background-color: #CE6E5B; }
a { background-color: rgb(206,110,91); }
div.DivClassName
{
background-color: #CE6E5B;
}
.BgClassName
{
background-color: #CE6E5B;
}
</style>
border-color css
<style>
span { border-color: #CE6E5B; }
span { border-color: rgb(206,110,91); }
td.TdClassName
{
border-color: #CE6E5B;
}
.TagClassName
{
border-color: #CE6E5B;
}
</style>