Shades of Japonica #CE6B59
Tints of Japonica #CE6B59
RGB
CMYK
RGB Variations
Color information
#CE6B59 (or 0xCE6B59) is known color: Japonica. HEX triplet: CE, 6B and 59. RGB value is (206,107,89). Sum of RGB (Red+Green+Blue) = 206+107+89=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B59 is #3194A6. Grayscale: #868686. Windows color (decimal): -3249319 or 5860302. OLE color: 5860302.
HSL color Cylindrical-coordinate representation of color #CE6B59: hue angle of 9.23º 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 #CE6B59 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 89 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.19 |
| HSL | 9.23º | 0.54% | 0.58% | - |
| HSV(B) | 9.23º | 0.57% | 0.81% | - |
| XYZ | 32.51 | 24.36 | 12.44 | - |
| YUV | 134.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 89 | 0 | 0.48 | 0.57 | 0.19 | 9.23 | 0.54 | 0.58 |
| Hex | CE | 6B | 59 | 0 | 30 | 39 | 13 | 9 | 36 | 3A |
| Octal | 316 | 153 | 131 | 0 | 60 | 71 | 23 | 11 | 66 | 72 |
| Binary | 11001110 | 1101011 | 1011001 | 0 | 110000 | 111001 | 10011 | 1001 | 110110 | 111010 |
Color Harmonies of #CE6B59
Complementary color
Monochromatic Colors of #CE6B59
Black with #CE6B59
Text Example
Text Example
White with #CE6B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B59; }
p { color: rgb(206,107,89); }
H1.HeaderClassName
{
color: #CE6B59;
}
.AnyTagClassName
{
color: #CE6B59;
}
</style>
background-color css
<style>
a { background-color: #CE6B59; }
a { background-color: rgb(206,107,89); }
div.DivClassName
{
background-color: #CE6B59;
}
.BgClassName
{
background-color: #CE6B59;
}
</style>
border-color css
<style>
span { border-color: #CE6B59; }
span { border-color: rgb(206,107,89); }
td.TdClassName
{
border-color: #CE6B59;
}
.TagClassName
{
border-color: #CE6B59;
}
</style>