Shades of Japonica #CE6957
Tints of Japonica #CE6957
RGB
CMYK
RGB Variations
Color information
#CE6957 (or 0xCE6957) is known color: Japonica. HEX triplet: CE, 69 and 57. RGB value is (206,105,87). Sum of RGB (Red+Green+Blue) = 206+105+87=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6957 is #3196A8. Grayscale: #858585. Windows color (decimal): -3249833 or 5728718. OLE color: 5728718.
HSL color Cylindrical-coordinate representation of color #CE6957: hue angle of 9.08º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE6957 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 87 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.19 |
| HSL | 9.08º | 0.55% | 0.57% | - |
| HSV(B) | 9.08º | 0.58% | 0.81% | - |
| XYZ | 32.23 | 23.91 | 11.93 | - |
| YUV | 133.15 | 101.96 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 87 | 0 | 0.49 | 0.58 | 0.19 | 9.08 | 0.55 | 0.57 |
| Hex | CE | 69 | 57 | 0 | 31 | 3A | 13 | 9 | 37 | 39 |
| Octal | 316 | 151 | 127 | 0 | 61 | 72 | 23 | 11 | 67 | 71 |
| Binary | 11001110 | 1101001 | 1010111 | 0 | 110001 | 111010 | 10011 | 1001 | 110111 | 111001 |
Color Harmonies of #CE6957
Complementary color
Monochromatic Colors of #CE6957
Black with #CE6957
Text Example
Text Example
White with #CE6957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6957; }
p { color: rgb(206,105,87); }
H1.HeaderClassName
{
color: #CE6957;
}
.AnyTagClassName
{
color: #CE6957;
}
</style>
background-color css
<style>
a { background-color: #CE6957; }
a { background-color: rgb(206,105,87); }
div.DivClassName
{
background-color: #CE6957;
}
.BgClassName
{
background-color: #CE6957;
}
</style>
border-color css
<style>
span { border-color: #CE6957; }
span { border-color: rgb(206,105,87); }
td.TdClassName
{
border-color: #CE6957;
}
.TagClassName
{
border-color: #CE6957;
}
</style>