Shades of Japonica #CE7153
Tints of Japonica #CE7153
RGB
CMYK
RGB Variations
Color information
#CE7153 (or 0xCE7153) is known color: Japonica. HEX triplet: CE, 71 and 53. RGB value is (206,113,83). Sum of RGB (Red+Green+Blue) = 206+113+83=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7153 is #318EAC. Grayscale: #898989. Windows color (decimal): -3247789 or 5468622. OLE color: 5468622.
HSL color Cylindrical-coordinate representation of color #CE7153: hue angle of 14.63º 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 #CE7153 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 83 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.19 |
| HSL | 14.63º | 0.56% | 0.57% | - |
| HSV(B) | 14.63º | 0.6% | 0.81% | - |
| XYZ | 32.92 | 25.56 | 11.38 | - |
| YUV | 137.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 83 | 0 | 0.45 | 0.60 | 0.19 | 14.63 | 0.56 | 0.57 |
| Hex | CE | 71 | 53 | 0 | 2D | 3C | 13 | F | 38 | 39 |
| Octal | 316 | 161 | 123 | 0 | 55 | 74 | 23 | 17 | 70 | 71 |
| Binary | 11001110 | 1110001 | 1010011 | 0 | 101101 | 111100 | 10011 | 1111 | 111000 | 111001 |
Color Harmonies of #CE7153
Complementary color
Monochromatic Colors of #CE7153
Black with #CE7153
Text Example
Text Example
White with #CE7153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7153; }
p { color: rgb(206,113,83); }
H1.HeaderClassName
{
color: #CE7153;
}
.AnyTagClassName
{
color: #CE7153;
}
</style>
background-color css
<style>
a { background-color: #CE7153; }
a { background-color: rgb(206,113,83); }
div.DivClassName
{
background-color: #CE7153;
}
.BgClassName
{
background-color: #CE7153;
}
</style>
border-color css
<style>
span { border-color: #CE7153; }
span { border-color: rgb(206,113,83); }
td.TdClassName
{
border-color: #CE7153;
}
.TagClassName
{
border-color: #CE7153;
}
</style>