Shades of Japonica #CE7663
Tints of Japonica #CE7663
RGB
CMYK
RGB Variations
Color information
#CE7663 (or 0xCE7663) is known color: Japonica. HEX triplet: CE, 76 and 63. RGB value is (206,118,99). Sum of RGB (Red+Green+Blue) = 206+118+99=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7663 is #31899C. Grayscale: #8E8E8E. Windows color (decimal): -3246493 or 6518478. OLE color: 6518478.
HSL color Cylindrical-coordinate representation of color #CE7663: hue angle of 10.65º 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 #CE7663 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 99 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.19 |
| HSL | 10.65º | 0.52% | 0.6% | - |
| HSV(B) | 10.65º | 0.52% | 0.81% | - |
| XYZ | 34.18 | 26.98 | 15.21 | - |
| YUV | 142.15 | 103.65 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 99 | 0 | 0.43 | 0.52 | 0.19 | 10.65 | 0.52 | 0.6 |
| Hex | CE | 76 | 63 | 0 | 2B | 34 | 13 | B | 34 | 3C |
| Octal | 316 | 166 | 143 | 0 | 53 | 64 | 23 | 13 | 64 | 74 |
| Binary | 11001110 | 1110110 | 1100011 | 0 | 101011 | 110100 | 10011 | 1011 | 110100 | 111100 |
Color Harmonies of #CE7663
Complementary color
Monochromatic Colors of #CE7663
Black with #CE7663
Text Example
Text Example
White with #CE7663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7663; }
p { color: rgb(206,118,99); }
H1.HeaderClassName
{
color: #CE7663;
}
.AnyTagClassName
{
color: #CE7663;
}
</style>
background-color css
<style>
a { background-color: #CE7663; }
a { background-color: rgb(206,118,99); }
div.DivClassName
{
background-color: #CE7663;
}
.BgClassName
{
background-color: #CE7663;
}
</style>
border-color css
<style>
span { border-color: #CE7663; }
span { border-color: rgb(206,118,99); }
td.TdClassName
{
border-color: #CE7663;
}
.TagClassName
{
border-color: #CE7663;
}
</style>