Shades of Japonica #CE7459
Tints of Japonica #CE7459
RGB
CMYK
RGB Variations
Color information
#CE7459 (or 0xCE7459) is known color: Japonica. HEX triplet: CE, 74 and 59. RGB value is (206,116,89). Sum of RGB (Red+Green+Blue) = 206+116+89=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7459 is #318BA6. Grayscale: #8C8C8C. Windows color (decimal): -3247015 or 5862606. OLE color: 5862606.
HSL color Cylindrical-coordinate representation of color #CE7459: hue angle of 13.85º 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 #CE7459 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 89 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.19 |
| HSL | 13.85º | 0.54% | 0.58% | - |
| HSV(B) | 13.85º | 0.57% | 0.81% | - |
| XYZ | 33.5 | 26.33 | 12.77 | - |
| YUV | 139.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 89 | 0 | 0.44 | 0.57 | 0.19 | 13.85 | 0.54 | 0.58 |
| Hex | CE | 74 | 59 | 0 | 2C | 39 | 13 | E | 36 | 3A |
| Octal | 316 | 164 | 131 | 0 | 54 | 71 | 23 | 16 | 66 | 72 |
| Binary | 11001110 | 1110100 | 1011001 | 0 | 101100 | 111001 | 10011 | 1110 | 110110 | 111010 |
Color Harmonies of #CE7459
Complementary color
Monochromatic Colors of #CE7459
Black with #CE7459
Text Example
Text Example
White with #CE7459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7459; }
p { color: rgb(206,116,89); }
H1.HeaderClassName
{
color: #CE7459;
}
.AnyTagClassName
{
color: #CE7459;
}
</style>
background-color css
<style>
a { background-color: #CE7459; }
a { background-color: rgb(206,116,89); }
div.DivClassName
{
background-color: #CE7459;
}
.BgClassName
{
background-color: #CE7459;
}
</style>
border-color css
<style>
span { border-color: #CE7459; }
span { border-color: rgb(206,116,89); }
td.TdClassName
{
border-color: #CE7459;
}
.TagClassName
{
border-color: #CE7459;
}
</style>