Shades of Japonica #CE7764
Tints of Japonica #CE7764
RGB
CMYK
RGB Variations
Color information
#CE7764 (or 0xCE7764) is known color: Japonica. HEX triplet: CE, 77 and 64. RGB value is (206,119,100). Sum of RGB (Red+Green+Blue) = 206+119+100=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7764 is #31889B. Grayscale: #8F8F8F. Windows color (decimal): -3246236 or 6584270. OLE color: 6584270.
HSL color Cylindrical-coordinate representation of color #CE7764: hue angle of 10.75º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE7764 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 100 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.19 |
| HSL | 10.75º | 0.52% | 0.6% | - |
| HSV(B) | 10.75º | 0.51% | 0.81% | - |
| XYZ | 34.35 | 27.24 | 15.5 | - |
| YUV | 142.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 100 | 0 | 0.42 | 0.51 | 0.19 | 10.75 | 0.52 | 0.6 |
| Hex | CE | 77 | 64 | 0 | 2A | 33 | 13 | B | 34 | 3C |
| Octal | 316 | 167 | 144 | 0 | 52 | 63 | 23 | 13 | 64 | 74 |
| Binary | 11001110 | 1110111 | 1100100 | 0 | 101010 | 110011 | 10011 | 1011 | 110100 | 111100 |
Color Harmonies of #CE7764
Complementary color
Monochromatic Colors of #CE7764
Black with #CE7764
Text Example
Text Example
White with #CE7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7764; }
p { color: rgb(206,119,100); }
H1.HeaderClassName
{
color: #CE7764;
}
.AnyTagClassName
{
color: #CE7764;
}
</style>
background-color css
<style>
a { background-color: #CE7764; }
a { background-color: rgb(206,119,100); }
div.DivClassName
{
background-color: #CE7764;
}
.BgClassName
{
background-color: #CE7764;
}
</style>
border-color css
<style>
span { border-color: #CE7764; }
span { border-color: rgb(206,119,100); }
td.TdClassName
{
border-color: #CE7764;
}
.TagClassName
{
border-color: #CE7764;
}
</style>