Shades of Japonica #CE6F62
Tints of Japonica #CE6F62
RGB
CMYK
RGB Variations
Color information
#CE6F62 (or 0xCE6F62) is known color: Japonica. HEX triplet: CE, 6F and 62. RGB value is (206,111,98). Sum of RGB (Red+Green+Blue) = 206+111+98=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F62 is #31909D. Grayscale: #8A8A8A. Windows color (decimal): -3248286 or 6451150. OLE color: 6451150.
HSL color Cylindrical-coordinate representation of color #CE6F62: hue angle of 7.22º 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 #CE6F62 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 98 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.19 |
| HSL | 7.22º | 0.52% | 0.6% | - |
| HSV(B) | 7.22º | 0.52% | 0.81% | - |
| XYZ | 33.34 | 25.37 | 14.7 | - |
| YUV | 137.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 98 | 0 | 0.46 | 0.52 | 0.19 | 7.22 | 0.52 | 0.6 |
| Hex | CE | 6F | 62 | 0 | 2E | 34 | 13 | 7 | 34 | 3C |
| Octal | 316 | 157 | 142 | 0 | 56 | 64 | 23 | 7 | 64 | 74 |
| Binary | 11001110 | 1101111 | 1100010 | 0 | 101110 | 110100 | 10011 | 111 | 110100 | 111100 |
Color Harmonies of #CE6F62
Complementary color
Monochromatic Colors of #CE6F62
Black with #CE6F62
Text Example
Text Example
White with #CE6F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F62; }
p { color: rgb(206,111,98); }
H1.HeaderClassName
{
color: #CE6F62;
}
.AnyTagClassName
{
color: #CE6F62;
}
</style>
background-color css
<style>
a { background-color: #CE6F62; }
a { background-color: rgb(206,111,98); }
div.DivClassName
{
background-color: #CE6F62;
}
.BgClassName
{
background-color: #CE6F62;
}
</style>
border-color css
<style>
span { border-color: #CE6F62; }
span { border-color: rgb(206,111,98); }
td.TdClassName
{
border-color: #CE6F62;
}
.TagClassName
{
border-color: #CE6F62;
}
</style>