Shades of Japonica #CE7566
Tints of Japonica #CE7566
RGB
CMYK
RGB Variations
Color information
#CE7566 (or 0xCE7566) is known color: Japonica. HEX triplet: CE, 75 and 66. RGB value is (206,117,102). Sum of RGB (Red+Green+Blue) = 206+117+102=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7566 is #318A99. Grayscale: #8E8E8E. Windows color (decimal): -3246746 or 6714830. OLE color: 6714830.
HSL color Cylindrical-coordinate representation of color #CE7566: hue angle of 8.65º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7566 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 102 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.19 |
| HSL | 8.65º | 0.51% | 0.6% | - |
| HSV(B) | 8.65º | 0.5% | 0.81% | - |
| XYZ | 34.21 | 26.8 | 15.94 | - |
| YUV | 141.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 102 | 0 | 0.43 | 0.50 | 0.19 | 8.65 | 0.51 | 0.6 |
| Hex | CE | 75 | 66 | 0 | 2B | 32 | 13 | 9 | 33 | 3C |
| Octal | 316 | 165 | 146 | 0 | 53 | 62 | 23 | 11 | 63 | 74 |
| Binary | 11001110 | 1110101 | 1100110 | 0 | 101011 | 110010 | 10011 | 1001 | 110011 | 111100 |
Color Harmonies of #CE7566
Complementary color
Monochromatic Colors of #CE7566
Black with #CE7566
Text Example
Text Example
White with #CE7566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7566; }
p { color: rgb(206,117,102); }
H1.HeaderClassName
{
color: #CE7566;
}
.AnyTagClassName
{
color: #CE7566;
}
</style>
background-color css
<style>
a { background-color: #CE7566; }
a { background-color: rgb(206,117,102); }
div.DivClassName
{
background-color: #CE7566;
}
.BgClassName
{
background-color: #CE7566;
}
</style>
border-color css
<style>
span { border-color: #CE7566; }
span { border-color: rgb(206,117,102); }
td.TdClassName
{
border-color: #CE7566;
}
.TagClassName
{
border-color: #CE7566;
}
</style>