Shades of Japonica #CE7159
Tints of Japonica #CE7159
RGB
CMYK
RGB Variations
Color information
#CE7159 (or 0xCE7159) is known color: Japonica. HEX triplet: CE, 71 and 59. RGB value is (206,113,89). Sum of RGB (Red+Green+Blue) = 206+113+89=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7159 is #318EA6. Grayscale: #8A8A8A. Windows color (decimal): -3247783 or 5861838. OLE color: 5861838.
HSL color Cylindrical-coordinate representation of color #CE7159: hue angle of 12.31º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE7159 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 89 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.19 |
| HSL | 12.31º | 0.54% | 0.58% | - |
| HSV(B) | 12.31º | 0.57% | 0.81% | - |
| XYZ | 33.16 | 25.65 | 12.65 | - |
| YUV | 138.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 89 | 0 | 0.45 | 0.57 | 0.19 | 12.31 | 0.54 | 0.58 |
| Hex | CE | 71 | 59 | 0 | 2D | 39 | 13 | C | 36 | 3A |
| Octal | 316 | 161 | 131 | 0 | 55 | 71 | 23 | 14 | 66 | 72 |
| Binary | 11001110 | 1110001 | 1011001 | 0 | 101101 | 111001 | 10011 | 1100 | 110110 | 111010 |
Color Harmonies of #CE7159
Complementary color
Monochromatic Colors of #CE7159
Black with #CE7159
Text Example
Text Example
White with #CE7159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7159; }
p { color: rgb(206,113,89); }
H1.HeaderClassName
{
color: #CE7159;
}
.AnyTagClassName
{
color: #CE7159;
}
</style>
background-color css
<style>
a { background-color: #CE7159; }
a { background-color: rgb(206,113,89); }
div.DivClassName
{
background-color: #CE7159;
}
.BgClassName
{
background-color: #CE7159;
}
</style>
border-color css
<style>
span { border-color: #CE7159; }
span { border-color: rgb(206,113,89); }
td.TdClassName
{
border-color: #CE7159;
}
.TagClassName
{
border-color: #CE7159;
}
</style>