Shades of Japonica #CE7355
Tints of Japonica #CE7355
RGB
CMYK
RGB Variations
Color information
#CE7355 (or 0xCE7355) is known color: Japonica. HEX triplet: CE, 73 and 55. RGB value is (206,115,85). Sum of RGB (Red+Green+Blue) = 206+115+85=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7355 is #318CAA. Grayscale: #8A8A8A. Windows color (decimal): -3247275 or 5600206. OLE color: 5600206.
HSL color Cylindrical-coordinate representation of color #CE7355: hue angle of 14.88º 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 #CE7355 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 85 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.19 |
| HSL | 14.88º | 0.55% | 0.57% | - |
| HSV(B) | 14.88º | 0.59% | 0.81% | - |
| XYZ | 33.22 | 26.04 | 11.87 | - |
| YUV | 138.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 85 | 0 | 0.44 | 0.59 | 0.19 | 14.88 | 0.55 | 0.57 |
| Hex | CE | 73 | 55 | 0 | 2C | 3B | 13 | F | 37 | 39 |
| Octal | 316 | 163 | 125 | 0 | 54 | 73 | 23 | 17 | 67 | 71 |
| Binary | 11001110 | 1110011 | 1010101 | 0 | 101100 | 111011 | 10011 | 1111 | 110111 | 111001 |
Color Harmonies of #CE7355
Complementary color
Monochromatic Colors of #CE7355
Black with #CE7355
Text Example
Text Example
White with #CE7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7355; }
p { color: rgb(206,115,85); }
H1.HeaderClassName
{
color: #CE7355;
}
.AnyTagClassName
{
color: #CE7355;
}
</style>
background-color css
<style>
a { background-color: #CE7355; }
a { background-color: rgb(206,115,85); }
div.DivClassName
{
background-color: #CE7355;
}
.BgClassName
{
background-color: #CE7355;
}
</style>
border-color css
<style>
span { border-color: #CE7355; }
span { border-color: rgb(206,115,85); }
td.TdClassName
{
border-color: #CE7355;
}
.TagClassName
{
border-color: #CE7355;
}
</style>