Shades of Japonica #CE6F60
Tints of Japonica #CE6F60
RGB
CMYK
RGB Variations
Color information
#CE6F60 (or 0xCE6F60) is known color: Japonica. HEX triplet: CE, 6F and 60. RGB value is (206,111,96). Sum of RGB (Red+Green+Blue) = 206+111+96=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F60 is #31909F. Grayscale: #898989. Windows color (decimal): -3248288 or 6320078. OLE color: 6320078.
HSL color Cylindrical-coordinate representation of color #CE6F60: hue angle of 8.18º 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 #CE6F60 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 96 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.19 |
| HSL | 8.18º | 0.53% | 0.59% | - |
| HSV(B) | 8.18º | 0.53% | 0.81% | - |
| XYZ | 33.25 | 25.34 | 14.2 | - |
| YUV | 137.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 96 | 0 | 0.46 | 0.53 | 0.19 | 8.18 | 0.53 | 0.59 |
| Hex | CE | 6F | 60 | 0 | 2E | 35 | 13 | 8 | 35 | 3B |
| Octal | 316 | 157 | 140 | 0 | 56 | 65 | 23 | 10 | 65 | 73 |
| Binary | 11001110 | 1101111 | 1100000 | 0 | 101110 | 110101 | 10011 | 1000 | 110101 | 111011 |
Color Harmonies of #CE6F60
Complementary color
Monochromatic Colors of #CE6F60
Black with #CE6F60
Text Example
Text Example
White with #CE6F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F60; }
p { color: rgb(206,111,96); }
H1.HeaderClassName
{
color: #CE6F60;
}
.AnyTagClassName
{
color: #CE6F60;
}
</style>
background-color css
<style>
a { background-color: #CE6F60; }
a { background-color: rgb(206,111,96); }
div.DivClassName
{
background-color: #CE6F60;
}
.BgClassName
{
background-color: #CE6F60;
}
</style>
border-color css
<style>
span { border-color: #CE6F60; }
span { border-color: rgb(206,111,96); }
td.TdClassName
{
border-color: #CE6F60;
}
.TagClassName
{
border-color: #CE6F60;
}
</style>