Shades of Japonica #CE705E
Tints of Japonica #CE705E
RGB
CMYK
RGB Variations
Color information
#CE705E (or 0xCE705E) is known color: Japonica. HEX triplet: CE, 70 and 5E. RGB value is (206,112,94). Sum of RGB (Red+Green+Blue) = 206+112+94=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE705E is #318FA1. Grayscale: #8A8A8A. Windows color (decimal): -3248034 or 6189262. OLE color: 6189262.
HSL color Cylindrical-coordinate representation of color #CE705E: hue angle of 9.64º 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 #CE705E is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 94 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.19 |
| HSL | 9.64º | 0.53% | 0.59% | - |
| HSV(B) | 9.64º | 0.54% | 0.81% | - |
| XYZ | 33.27 | 25.52 | 13.76 | - |
| YUV | 138.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 94 | 0 | 0.46 | 0.54 | 0.19 | 9.64 | 0.53 | 0.59 |
| Hex | CE | 70 | 5E | 0 | 2E | 36 | 13 | A | 35 | 3B |
| Octal | 316 | 160 | 136 | 0 | 56 | 66 | 23 | 12 | 65 | 73 |
| Binary | 11001110 | 1110000 | 1011110 | 0 | 101110 | 110110 | 10011 | 1010 | 110101 | 111011 |
Color Harmonies of #CE705E
Complementary color
Monochromatic Colors of #CE705E
Black with #CE705E
Text Example
Text Example
White with #CE705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE705E; }
p { color: rgb(206,112,94); }
H1.HeaderClassName
{
color: #CE705E;
}
.AnyTagClassName
{
color: #CE705E;
}
</style>
background-color css
<style>
a { background-color: #CE705E; }
a { background-color: rgb(206,112,94); }
div.DivClassName
{
background-color: #CE705E;
}
.BgClassName
{
background-color: #CE705E;
}
</style>
border-color css
<style>
span { border-color: #CE705E; }
span { border-color: rgb(206,112,94); }
td.TdClassName
{
border-color: #CE705E;
}
.TagClassName
{
border-color: #CE705E;
}
</style>