Shades of Japonica #CE7462
Tints of Japonica #CE7462
RGB
CMYK
RGB Variations
Color information
#CE7462 (or 0xCE7462) is known color: Japonica. HEX triplet: CE, 74 and 62. RGB value is (206,116,98). Sum of RGB (Red+Green+Blue) = 206+116+98=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7462 is #318B9D. Grayscale: #8D8D8D. Windows color (decimal): -3247006 or 6452430. OLE color: 6452430.
HSL color Cylindrical-coordinate representation of color #CE7462: hue angle of 10º 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 #CE7462 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 98 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.19 |
| HSL | 10º | 0.52% | 0.6% | - |
| HSV(B) | 10º | 0.52% | 0.81% | - |
| XYZ | 33.9 | 26.49 | 14.88 | - |
| YUV | 140.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 98 | 0 | 0.44 | 0.52 | 0.19 | 10 | 0.52 | 0.6 |
| Hex | CE | 74 | 62 | 0 | 2C | 34 | 13 | A | 34 | 3C |
| Octal | 316 | 164 | 142 | 0 | 54 | 64 | 23 | 12 | 64 | 74 |
| Binary | 11001110 | 1110100 | 1100010 | 0 | 101100 | 110100 | 10011 | 1010 | 110100 | 111100 |
Color Harmonies of #CE7462
Complementary color
Monochromatic Colors of #CE7462
Black with #CE7462
Text Example
Text Example
White with #CE7462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7462; }
p { color: rgb(206,116,98); }
H1.HeaderClassName
{
color: #CE7462;
}
.AnyTagClassName
{
color: #CE7462;
}
</style>
background-color css
<style>
a { background-color: #CE7462; }
a { background-color: rgb(206,116,98); }
div.DivClassName
{
background-color: #CE7462;
}
.BgClassName
{
background-color: #CE7462;
}
</style>
border-color css
<style>
span { border-color: #CE7462; }
span { border-color: rgb(206,116,98); }
td.TdClassName
{
border-color: #CE7462;
}
.TagClassName
{
border-color: #CE7462;
}
</style>