Shades of Japonica #CE715F
Tints of Japonica #CE715F
RGB
CMYK
RGB Variations
Color information
#CE715F (or 0xCE715F) is known color: Japonica. HEX triplet: CE, 71 and 5F. RGB value is (206,113,95). Sum of RGB (Red+Green+Blue) = 206+113+95=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE715F is #318EA0. Grayscale: #8A8A8A. Windows color (decimal): -3247777 or 6255054. OLE color: 6255054.
HSL color Cylindrical-coordinate representation of color #CE715F: hue angle of 9.73º 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 #CE715F is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 95 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.19 |
| HSL | 9.73º | 0.53% | 0.59% | - |
| HSV(B) | 9.73º | 0.54% | 0.81% | - |
| XYZ | 33.42 | 25.76 | 14.04 | - |
| YUV | 138.76 | 103.31 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 95 | 0 | 0.45 | 0.54 | 0.19 | 9.73 | 0.53 | 0.59 |
| Hex | CE | 71 | 5F | 0 | 2D | 36 | 13 | A | 35 | 3B |
| Octal | 316 | 161 | 137 | 0 | 55 | 66 | 23 | 12 | 65 | 73 |
| Binary | 11001110 | 1110001 | 1011111 | 0 | 101101 | 110110 | 10011 | 1010 | 110101 | 111011 |
Color Harmonies of #CE715F
Complementary color
Monochromatic Colors of #CE715F
Black with #CE715F
Text Example
Text Example
White with #CE715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE715F; }
p { color: rgb(206,113,95); }
H1.HeaderClassName
{
color: #CE715F;
}
.AnyTagClassName
{
color: #CE715F;
}
</style>
background-color css
<style>
a { background-color: #CE715F; }
a { background-color: rgb(206,113,95); }
div.DivClassName
{
background-color: #CE715F;
}
.BgClassName
{
background-color: #CE715F;
}
</style>
border-color css
<style>
span { border-color: #CE715F; }
span { border-color: rgb(206,113,95); }
td.TdClassName
{
border-color: #CE715F;
}
.TagClassName
{
border-color: #CE715F;
}
</style>