Shades of Japonica #CE705F
Tints of Japonica #CE705F
RGB
CMYK
RGB Variations
Color information
#CE705F (or 0xCE705F) is known color: Japonica. HEX triplet: CE, 70 and 5F. RGB value is (206,112,95). Sum of RGB (Red+Green+Blue) = 206+112+95=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE705F is #318FA0. Grayscale: #8A8A8A. Windows color (decimal): -3248033 or 6254798. OLE color: 6254798.
HSL color Cylindrical-coordinate representation of color #CE705F: hue angle of 9.19º 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 #CE705F is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 95 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.19 |
| HSL | 9.19º | 0.53% | 0.59% | - |
| HSV(B) | 9.19º | 0.54% | 0.81% | - |
| XYZ | 33.31 | 25.54 | 14 | - |
| YUV | 138.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 95 | 0 | 0.46 | 0.54 | 0.19 | 9.19 | 0.53 | 0.59 |
| Hex | CE | 70 | 5F | 0 | 2E | 36 | 13 | 9 | 35 | 3B |
| Octal | 316 | 160 | 137 | 0 | 56 | 66 | 23 | 11 | 65 | 73 |
| Binary | 11001110 | 1110000 | 1011111 | 0 | 101110 | 110110 | 10011 | 1001 | 110101 | 111011 |
Color Harmonies of #CE705F
Complementary color
Monochromatic Colors of #CE705F
Black with #CE705F
Text Example
Text Example
White with #CE705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE705F; }
p { color: rgb(206,112,95); }
H1.HeaderClassName
{
color: #CE705F;
}
.AnyTagClassName
{
color: #CE705F;
}
</style>
background-color css
<style>
a { background-color: #CE705F; }
a { background-color: rgb(206,112,95); }
div.DivClassName
{
background-color: #CE705F;
}
.BgClassName
{
background-color: #CE705F;
}
</style>
border-color css
<style>
span { border-color: #CE705F; }
span { border-color: rgb(206,112,95); }
td.TdClassName
{
border-color: #CE705F;
}
.TagClassName
{
border-color: #CE705F;
}
</style>