Shades of Japonica #CE6C53
Tints of Japonica #CE6C53
RGB
CMYK
RGB Variations
Color information
#CE6C53 (or 0xCE6C53) is known color: Japonica. HEX triplet: CE, 6C and 53. RGB value is (206,108,83). Sum of RGB (Red+Green+Blue) = 206+108+83=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6C53 is #3193AC. Grayscale: #868686. Windows color (decimal): -3249069 or 5467342. OLE color: 5467342.
HSL color Cylindrical-coordinate representation of color #CE6C53: hue angle of 12.2º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE6C53 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 83 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.19 |
| HSL | 12.2º | 0.56% | 0.57% | - |
| HSV(B) | 12.2º | 0.6% | 0.81% | - |
| XYZ | 32.38 | 24.47 | 11.2 | - |
| YUV | 134.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 83 | 0 | 0.48 | 0.60 | 0.19 | 12.2 | 0.56 | 0.57 |
| Hex | CE | 6C | 53 | 0 | 30 | 3C | 13 | C | 38 | 39 |
| Octal | 316 | 154 | 123 | 0 | 60 | 74 | 23 | 14 | 70 | 71 |
| Binary | 11001110 | 1101100 | 1010011 | 0 | 110000 | 111100 | 10011 | 1100 | 111000 | 111001 |
Color Harmonies of #CE6C53
Complementary color
Monochromatic Colors of #CE6C53
Black with #CE6C53
Text Example
Text Example
White with #CE6C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C53; }
p { color: rgb(206,108,83); }
H1.HeaderClassName
{
color: #CE6C53;
}
.AnyTagClassName
{
color: #CE6C53;
}
</style>
background-color css
<style>
a { background-color: #CE6C53; }
a { background-color: rgb(206,108,83); }
div.DivClassName
{
background-color: #CE6C53;
}
.BgClassName
{
background-color: #CE6C53;
}
</style>
border-color css
<style>
span { border-color: #CE6C53; }
span { border-color: rgb(206,108,83); }
td.TdClassName
{
border-color: #CE6C53;
}
.TagClassName
{
border-color: #CE6C53;
}
</style>