Shades of Japonica #CE6F5E
Tints of Japonica #CE6F5E
RGB
CMYK
RGB Variations
Color information
#CE6F5E (or 0xCE6F5E) is known color: Japonica. HEX triplet: CE, 6F and 5E. RGB value is (206,111,94). Sum of RGB (Red+Green+Blue) = 206+111+94=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F5E is #3190A1. Grayscale: #898989. Windows color (decimal): -3248290 or 6189006. OLE color: 6189006.
HSL color Cylindrical-coordinate representation of color #CE6F5E: hue angle of 9.11º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE6F5E is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 94 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.19 |
| HSL | 9.11º | 0.53% | 0.59% | - |
| HSV(B) | 9.11º | 0.54% | 0.81% | - |
| XYZ | 33.16 | 25.3 | 13.73 | - |
| YUV | 137.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 94 | 0 | 0.46 | 0.54 | 0.19 | 9.11 | 0.53 | 0.59 |
| Hex | CE | 6F | 5E | 0 | 2E | 36 | 13 | 9 | 35 | 3B |
| Octal | 316 | 157 | 136 | 0 | 56 | 66 | 23 | 11 | 65 | 73 |
| Binary | 11001110 | 1101111 | 1011110 | 0 | 101110 | 110110 | 10011 | 1001 | 110101 | 111011 |
Color Harmonies of #CE6F5E
Complementary color
Monochromatic Colors of #CE6F5E
Black with #CE6F5E
Text Example
Text Example
White with #CE6F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F5E; }
p { color: rgb(206,111,94); }
H1.HeaderClassName
{
color: #CE6F5E;
}
.AnyTagClassName
{
color: #CE6F5E;
}
</style>
background-color css
<style>
a { background-color: #CE6F5E; }
a { background-color: rgb(206,111,94); }
div.DivClassName
{
background-color: #CE6F5E;
}
.BgClassName
{
background-color: #CE6F5E;
}
</style>
border-color css
<style>
span { border-color: #CE6F5E; }
span { border-color: rgb(206,111,94); }
td.TdClassName
{
border-color: #CE6F5E;
}
.TagClassName
{
border-color: #CE6F5E;
}
</style>