Shades of Japonica #CE6E61
Tints of Japonica #CE6E61
RGB
CMYK
RGB Variations
Color information
#CE6E61 (or 0xCE6E61) is known color: Japonica. HEX triplet: CE, 6E and 61. RGB value is (206,110,97). Sum of RGB (Red+Green+Blue) = 206+110+97=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E61 is #31919E. Grayscale: #898989. Windows color (decimal): -3248543 or 6385358. OLE color: 6385358.
HSL color Cylindrical-coordinate representation of color #CE6E61: hue angle of 7.16º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6E61 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 97 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.19 |
| HSL | 7.16º | 0.53% | 0.59% | - |
| HSV(B) | 7.16º | 0.53% | 0.81% | - |
| XYZ | 33.19 | 25.14 | 14.41 | - |
| YUV | 137.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 97 | 0 | 0.47 | 0.53 | 0.19 | 7.16 | 0.53 | 0.59 |
| Hex | CE | 6E | 61 | 0 | 2F | 35 | 13 | 7 | 35 | 3B |
| Octal | 316 | 156 | 141 | 0 | 57 | 65 | 23 | 7 | 65 | 73 |
| Binary | 11001110 | 1101110 | 1100001 | 0 | 101111 | 110101 | 10011 | 111 | 110101 | 111011 |
Color Harmonies of #CE6E61
Complementary color
Monochromatic Colors of #CE6E61
Black with #CE6E61
Text Example
Text Example
White with #CE6E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E61; }
p { color: rgb(206,110,97); }
H1.HeaderClassName
{
color: #CE6E61;
}
.AnyTagClassName
{
color: #CE6E61;
}
</style>
background-color css
<style>
a { background-color: #CE6E61; }
a { background-color: rgb(206,110,97); }
div.DivClassName
{
background-color: #CE6E61;
}
.BgClassName
{
background-color: #CE6E61;
}
</style>
border-color css
<style>
span { border-color: #CE6E61; }
span { border-color: rgb(206,110,97); }
td.TdClassName
{
border-color: #CE6E61;
}
.TagClassName
{
border-color: #CE6E61;
}
</style>