Shades of Japonica #CE7766
Tints of Japonica #CE7766
RGB
CMYK
RGB Variations
Color information
#CE7766 (or 0xCE7766) is known color: Japonica. HEX triplet: CE, 77 and 66. RGB value is (206,119,102). Sum of RGB (Red+Green+Blue) = 206+119+102=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7766 is #318899. Grayscale: #8F8F8F. Windows color (decimal): -3246234 or 6715342. OLE color: 6715342.
HSL color Cylindrical-coordinate representation of color #CE7766: hue angle of 9.81º 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 #CE7766 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 102 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.19 |
| HSL | 9.81º | 0.51% | 0.6% | - |
| HSV(B) | 9.81º | 0.5% | 0.81% | - |
| XYZ | 34.45 | 27.27 | 16.02 | - |
| YUV | 143.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 102 | 0 | 0.42 | 0.50 | 0.19 | 9.81 | 0.51 | 0.6 |
| Hex | CE | 77 | 66 | 0 | 2A | 32 | 13 | A | 33 | 3C |
| Octal | 316 | 167 | 146 | 0 | 52 | 62 | 23 | 12 | 63 | 74 |
| Binary | 11001110 | 1110111 | 1100110 | 0 | 101010 | 110010 | 10011 | 1010 | 110011 | 111100 |
Color Harmonies of #CE7766
Complementary color
Monochromatic Colors of #CE7766
Black with #CE7766
Text Example
Text Example
White with #CE7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7766; }
p { color: rgb(206,119,102); }
H1.HeaderClassName
{
color: #CE7766;
}
.AnyTagClassName
{
color: #CE7766;
}
</style>
background-color css
<style>
a { background-color: #CE7766; }
a { background-color: rgb(206,119,102); }
div.DivClassName
{
background-color: #CE7766;
}
.BgClassName
{
background-color: #CE7766;
}
</style>
border-color css
<style>
span { border-color: #CE7766; }
span { border-color: rgb(206,119,102); }
td.TdClassName
{
border-color: #CE7766;
}
.TagClassName
{
border-color: #CE7766;
}
</style>