Shades of Japonica #CE7562
Tints of Japonica #CE7562
RGB
CMYK
RGB Variations
Color information
#CE7562 (or 0xCE7562) is known color: Japonica. HEX triplet: CE, 75 and 62. RGB value is (206,117,98). Sum of RGB (Red+Green+Blue) = 206+117+98=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7562 is #318A9D. Grayscale: #8D8D8D. Windows color (decimal): -3246750 or 6452686. OLE color: 6452686.
HSL color Cylindrical-coordinate representation of color #CE7562: hue angle of 10.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE7562 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 98 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.19 |
| HSL | 10.56º | 0.52% | 0.6% | - |
| HSV(B) | 10.56º | 0.52% | 0.81% | - |
| XYZ | 34.02 | 26.73 | 14.92 | - |
| YUV | 141.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 98 | 0 | 0.43 | 0.52 | 0.19 | 10.56 | 0.52 | 0.6 |
| Hex | CE | 75 | 62 | 0 | 2B | 34 | 13 | B | 34 | 3C |
| Octal | 316 | 165 | 142 | 0 | 53 | 64 | 23 | 13 | 64 | 74 |
| Binary | 11001110 | 1110101 | 1100010 | 0 | 101011 | 110100 | 10011 | 1011 | 110100 | 111100 |
Color Harmonies of #CE7562
Complementary color
Monochromatic Colors of #CE7562
Black with #CE7562
Text Example
Text Example
White with #CE7562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7562; }
p { color: rgb(206,117,98); }
H1.HeaderClassName
{
color: #CE7562;
}
.AnyTagClassName
{
color: #CE7562;
}
</style>
background-color css
<style>
a { background-color: #CE7562; }
a { background-color: rgb(206,117,98); }
div.DivClassName
{
background-color: #CE7562;
}
.BgClassName
{
background-color: #CE7562;
}
</style>
border-color css
<style>
span { border-color: #CE7562; }
span { border-color: rgb(206,117,98); }
td.TdClassName
{
border-color: #CE7562;
}
.TagClassName
{
border-color: #CE7562;
}
</style>