Shades of Japonica #CE7C55
Tints of Japonica #CE7C55
RGB
CMYK
RGB Variations
Color information
#CE7C55 (or 0xCE7C55) is known color: Japonica. HEX triplet: CE, 7C and 55. RGB value is (206,124,85). Sum of RGB (Red+Green+Blue) = 206+124+85=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C55 is #3183AA. Grayscale: #909090. Windows color (decimal): -3244971 or 5602510. OLE color: 5602510.
HSL color Cylindrical-coordinate representation of color #CE7C55: hue angle of 19.34º 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 #CE7C55 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 85 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.19 |
| HSL | 19.34º | 0.55% | 0.57% | - |
| HSV(B) | 19.34º | 0.59% | 0.81% | - |
| XYZ | 34.3 | 28.19 | 12.23 | - |
| YUV | 144.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 85 | 0 | 0.40 | 0.59 | 0.19 | 19.34 | 0.55 | 0.57 |
| Hex | CE | 7C | 55 | 0 | 28 | 3B | 13 | 13 | 37 | 39 |
| Octal | 316 | 174 | 125 | 0 | 50 | 73 | 23 | 23 | 67 | 71 |
| Binary | 11001110 | 1111100 | 1010101 | 0 | 101000 | 111011 | 10011 | 10011 | 110111 | 111001 |
Color Harmonies of #CE7C55
Complementary color
Monochromatic Colors of #CE7C55
Black with #CE7C55
Text Example
Text Example
White with #CE7C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C55; }
p { color: rgb(206,124,85); }
H1.HeaderClassName
{
color: #CE7C55;
}
.AnyTagClassName
{
color: #CE7C55;
}
</style>
background-color css
<style>
a { background-color: #CE7C55; }
a { background-color: rgb(206,124,85); }
div.DivClassName
{
background-color: #CE7C55;
}
.BgClassName
{
background-color: #CE7C55;
}
</style>
border-color css
<style>
span { border-color: #CE7C55; }
span { border-color: rgb(206,124,85); }
td.TdClassName
{
border-color: #CE7C55;
}
.TagClassName
{
border-color: #CE7C55;
}
</style>