Shades of Japonica #CE7262
Tints of Japonica #CE7262
RGB
CMYK
RGB Variations
Color information
#CE7262 (or 0xCE7262) is known color: Japonica. HEX triplet: CE, 72 and 62. RGB value is (206,114,98). Sum of RGB (Red+Green+Blue) = 206+114+98=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7262 is #318D9D. Grayscale: #8B8B8B. Windows color (decimal): -3247518 or 6451918. OLE color: 6451918.
HSL color Cylindrical-coordinate representation of color #CE7262: hue angle of 8.89º 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 #CE7262 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 98 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.19 |
| HSL | 8.89º | 0.52% | 0.6% | - |
| HSV(B) | 8.89º | 0.52% | 0.81% | - |
| XYZ | 33.68 | 26.04 | 14.81 | - |
| YUV | 139.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 98 | 0 | 0.45 | 0.52 | 0.19 | 8.89 | 0.52 | 0.6 |
| Hex | CE | 72 | 62 | 0 | 2D | 34 | 13 | 9 | 34 | 3C |
| Octal | 316 | 162 | 142 | 0 | 55 | 64 | 23 | 11 | 64 | 74 |
| Binary | 11001110 | 1110010 | 1100010 | 0 | 101101 | 110100 | 10011 | 1001 | 110100 | 111100 |
Color Harmonies of #CE7262
Complementary color
Monochromatic Colors of #CE7262
Black with #CE7262
Text Example
Text Example
White with #CE7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7262; }
p { color: rgb(206,114,98); }
H1.HeaderClassName
{
color: #CE7262;
}
.AnyTagClassName
{
color: #CE7262;
}
</style>
background-color css
<style>
a { background-color: #CE7262; }
a { background-color: rgb(206,114,98); }
div.DivClassName
{
background-color: #CE7262;
}
.BgClassName
{
background-color: #CE7262;
}
</style>
border-color css
<style>
span { border-color: #CE7262; }
span { border-color: rgb(206,114,98); }
td.TdClassName
{
border-color: #CE7262;
}
.TagClassName
{
border-color: #CE7262;
}
</style>