Shades of Japonica #CE7359
Tints of Japonica #CE7359
RGB
CMYK
RGB Variations
Color information
#CE7359 (or 0xCE7359) is known color: Japonica. HEX triplet: CE, 73 and 59. RGB value is (206,115,89). Sum of RGB (Red+Green+Blue) = 206+115+89=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7359 is #318CA6. Grayscale: #8B8B8B. Windows color (decimal): -3247271 or 5862350. OLE color: 5862350.
HSL color Cylindrical-coordinate representation of color #CE7359: hue angle of 13.33º 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 #CE7359 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 89 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.19 |
| HSL | 13.33º | 0.54% | 0.58% | - |
| HSV(B) | 13.33º | 0.57% | 0.81% | - |
| XYZ | 33.39 | 26.1 | 12.73 | - |
| YUV | 139.25 | 99.65 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 89 | 0 | 0.44 | 0.57 | 0.19 | 13.33 | 0.54 | 0.58 |
| Hex | CE | 73 | 59 | 0 | 2C | 39 | 13 | D | 36 | 3A |
| Octal | 316 | 163 | 131 | 0 | 54 | 71 | 23 | 15 | 66 | 72 |
| Binary | 11001110 | 1110011 | 1011001 | 0 | 101100 | 111001 | 10011 | 1101 | 110110 | 111010 |
Color Harmonies of #CE7359
Complementary color
Monochromatic Colors of #CE7359
Black with #CE7359
Text Example
Text Example
White with #CE7359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7359; }
p { color: rgb(206,115,89); }
H1.HeaderClassName
{
color: #CE7359;
}
.AnyTagClassName
{
color: #CE7359;
}
</style>
background-color css
<style>
a { background-color: #CE7359; }
a { background-color: rgb(206,115,89); }
div.DivClassName
{
background-color: #CE7359;
}
.BgClassName
{
background-color: #CE7359;
}
</style>
border-color css
<style>
span { border-color: #CE7359; }
span { border-color: rgb(206,115,89); }
td.TdClassName
{
border-color: #CE7359;
}
.TagClassName
{
border-color: #CE7359;
}
</style>