Shades of Japonica #CE6C56
Tints of Japonica #CE6C56
RGB
CMYK
RGB Variations
Color information
#CE6C56 (or 0xCE6C56) is known color: Japonica. HEX triplet: CE, 6C and 56. RGB value is (206,108,86). Sum of RGB (Red+Green+Blue) = 206+108+86=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6C56 is #3193A9. Grayscale: #868686. Windows color (decimal): -3249066 or 5663950. OLE color: 5663950.
HSL color Cylindrical-coordinate representation of color #CE6C56: hue angle of 11º 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 #CE6C56 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 86 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.19 |
| HSL | 11º | 0.55% | 0.57% | - |
| HSV(B) | 11º | 0.58% | 0.81% | - |
| XYZ | 32.5 | 24.52 | 11.82 | - |
| YUV | 134.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 86 | 0 | 0.48 | 0.58 | 0.19 | 11 | 0.55 | 0.57 |
| Hex | CE | 6C | 56 | 0 | 30 | 3A | 13 | B | 37 | 39 |
| Octal | 316 | 154 | 126 | 0 | 60 | 72 | 23 | 13 | 67 | 71 |
| Binary | 11001110 | 1101100 | 1010110 | 0 | 110000 | 111010 | 10011 | 1011 | 110111 | 111001 |
Color Harmonies of #CE6C56
Complementary color
Monochromatic Colors of #CE6C56
Black with #CE6C56
Text Example
Text Example
White with #CE6C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C56; }
p { color: rgb(206,108,86); }
H1.HeaderClassName
{
color: #CE6C56;
}
.AnyTagClassName
{
color: #CE6C56;
}
</style>
background-color css
<style>
a { background-color: #CE6C56; }
a { background-color: rgb(206,108,86); }
div.DivClassName
{
background-color: #CE6C56;
}
.BgClassName
{
background-color: #CE6C56;
}
</style>
border-color css
<style>
span { border-color: #CE6C56; }
span { border-color: rgb(206,108,86); }
td.TdClassName
{
border-color: #CE6C56;
}
.TagClassName
{
border-color: #CE6C56;
}
</style>