Shades of Japonica #CE7358
Tints of Japonica #CE7358
RGB
CMYK
RGB Variations
Color information
#CE7358 (or 0xCE7358) is known color: Japonica. HEX triplet: CE, 73 and 58. RGB value is (206,115,88). Sum of RGB (Red+Green+Blue) = 206+115+88=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7358 is #318CA7. Grayscale: #8B8B8B. Windows color (decimal): -3247272 or 5796814. OLE color: 5796814.
HSL color Cylindrical-coordinate representation of color #CE7358: hue angle of 13.73º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE7358 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 88 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.19 |
| HSL | 13.73º | 0.55% | 0.58% | - |
| HSV(B) | 13.73º | 0.57% | 0.81% | - |
| XYZ | 33.35 | 26.09 | 12.51 | - |
| YUV | 139.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 88 | 0 | 0.44 | 0.57 | 0.19 | 13.73 | 0.55 | 0.58 |
| Hex | CE | 73 | 58 | 0 | 2C | 39 | 13 | E | 37 | 3A |
| Octal | 316 | 163 | 130 | 0 | 54 | 71 | 23 | 16 | 67 | 72 |
| Binary | 11001110 | 1110011 | 1011000 | 0 | 101100 | 111001 | 10011 | 1110 | 110111 | 111010 |
Color Harmonies of #CE7358
Complementary color
Monochromatic Colors of #CE7358
Black with #CE7358
Text Example
Text Example
White with #CE7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7358; }
p { color: rgb(206,115,88); }
H1.HeaderClassName
{
color: #CE7358;
}
.AnyTagClassName
{
color: #CE7358;
}
</style>
background-color css
<style>
a { background-color: #CE7358; }
a { background-color: rgb(206,115,88); }
div.DivClassName
{
background-color: #CE7358;
}
.BgClassName
{
background-color: #CE7358;
}
</style>
border-color css
<style>
span { border-color: #CE7358; }
span { border-color: rgb(206,115,88); }
td.TdClassName
{
border-color: #CE7358;
}
.TagClassName
{
border-color: #CE7358;
}
</style>