Shades of Japonica #CE6C54
Tints of Japonica #CE6C54
RGB
CMYK
RGB Variations
Color information
#CE6C54 (or 0xCE6C54) is known color: Japonica. HEX triplet: CE, 6C and 54. RGB value is (206,108,84). Sum of RGB (Red+Green+Blue) = 206+108+84=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6C54 is #3193AB. Grayscale: #868686. Windows color (decimal): -3249068 or 5532878. OLE color: 5532878.
HSL color Cylindrical-coordinate representation of color #CE6C54: hue angle of 11.8º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE6C54 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 84 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.19 |
| HSL | 11.8º | 0.55% | 0.57% | - |
| HSV(B) | 11.8º | 0.59% | 0.81% | - |
| XYZ | 32.42 | 24.49 | 11.41 | - |
| YUV | 134.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 84 | 0 | 0.48 | 0.59 | 0.19 | 11.8 | 0.55 | 0.57 |
| Hex | CE | 6C | 54 | 0 | 30 | 3B | 13 | C | 37 | 39 |
| Octal | 316 | 154 | 124 | 0 | 60 | 73 | 23 | 14 | 67 | 71 |
| Binary | 11001110 | 1101100 | 1010100 | 0 | 110000 | 111011 | 10011 | 1100 | 110111 | 111001 |
Color Harmonies of #CE6C54
Complementary color
Monochromatic Colors of #CE6C54
Black with #CE6C54
Text Example
Text Example
White with #CE6C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C54; }
p { color: rgb(206,108,84); }
H1.HeaderClassName
{
color: #CE6C54;
}
.AnyTagClassName
{
color: #CE6C54;
}
</style>
background-color css
<style>
a { background-color: #CE6C54; }
a { background-color: rgb(206,108,84); }
div.DivClassName
{
background-color: #CE6C54;
}
.BgClassName
{
background-color: #CE6C54;
}
</style>
border-color css
<style>
span { border-color: #CE6C54; }
span { border-color: rgb(206,108,84); }
td.TdClassName
{
border-color: #CE6C54;
}
.TagClassName
{
border-color: #CE6C54;
}
</style>