Shades of Japonica #CE6959
Tints of Japonica #CE6959
RGB
CMYK
RGB Variations
Color information
#CE6959 (or 0xCE6959) is known color: Japonica. HEX triplet: CE, 69 and 59. RGB value is (206,105,89). Sum of RGB (Red+Green+Blue) = 206+105+89=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6959 is #3196A6. Grayscale: #858585. Windows color (decimal): -3249831 or 5859790. OLE color: 5859790.
HSL color Cylindrical-coordinate representation of color #CE6959: hue angle of 8.21º 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 #CE6959 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 89 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.19 |
| HSL | 8.21º | 0.54% | 0.58% | - |
| HSV(B) | 8.21º | 0.57% | 0.81% | - |
| XYZ | 32.31 | 23.95 | 12.37 | - |
| YUV | 133.38 | 102.96 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 89 | 0 | 0.49 | 0.57 | 0.19 | 8.21 | 0.54 | 0.58 |
| Hex | CE | 69 | 59 | 0 | 31 | 39 | 13 | 8 | 36 | 3A |
| Octal | 316 | 151 | 131 | 0 | 61 | 71 | 23 | 10 | 66 | 72 |
| Binary | 11001110 | 1101001 | 1011001 | 0 | 110001 | 111001 | 10011 | 1000 | 110110 | 111010 |
Color Harmonies of #CE6959
Complementary color
Monochromatic Colors of #CE6959
Black with #CE6959
Text Example
Text Example
White with #CE6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6959; }
p { color: rgb(206,105,89); }
H1.HeaderClassName
{
color: #CE6959;
}
.AnyTagClassName
{
color: #CE6959;
}
</style>
background-color css
<style>
a { background-color: #CE6959; }
a { background-color: rgb(206,105,89); }
div.DivClassName
{
background-color: #CE6959;
}
.BgClassName
{
background-color: #CE6959;
}
</style>
border-color css
<style>
span { border-color: #CE6959; }
span { border-color: rgb(206,105,89); }
td.TdClassName
{
border-color: #CE6959;
}
.TagClassName
{
border-color: #CE6959;
}
</style>