Shades of Japonica #CE7963
Tints of Japonica #CE7963
RGB
CMYK
RGB Variations
Color information
#CE7963 (or 0xCE7963) is known color: Japonica. HEX triplet: CE, 79 and 63. RGB value is (206,121,99). Sum of RGB (Red+Green+Blue) = 206+121+99=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7963 is #31869C. Grayscale: #909090. Windows color (decimal): -3245725 or 6519246. OLE color: 6519246.
HSL color Cylindrical-coordinate representation of color #CE7963: hue angle of 12.34º 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 #CE7963 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 99 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.19 |
| HSL | 12.34º | 0.52% | 0.6% | - |
| HSV(B) | 12.34º | 0.52% | 0.81% | - |
| XYZ | 34.54 | 27.7 | 15.33 | - |
| YUV | 143.91 | 102.66 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 99 | 0 | 0.41 | 0.52 | 0.19 | 12.34 | 0.52 | 0.6 |
| Hex | CE | 79 | 63 | 0 | 29 | 34 | 13 | C | 34 | 3C |
| Octal | 316 | 171 | 143 | 0 | 51 | 64 | 23 | 14 | 64 | 74 |
| Binary | 11001110 | 1111001 | 1100011 | 0 | 101001 | 110100 | 10011 | 1100 | 110100 | 111100 |
Color Harmonies of #CE7963
Complementary color
Monochromatic Colors of #CE7963
Black with #CE7963
Text Example
Text Example
White with #CE7963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7963; }
p { color: rgb(206,121,99); }
H1.HeaderClassName
{
color: #CE7963;
}
.AnyTagClassName
{
color: #CE7963;
}
</style>
background-color css
<style>
a { background-color: #CE7963; }
a { background-color: rgb(206,121,99); }
div.DivClassName
{
background-color: #CE7963;
}
.BgClassName
{
background-color: #CE7963;
}
</style>
border-color css
<style>
span { border-color: #CE7963; }
span { border-color: rgb(206,121,99); }
td.TdClassName
{
border-color: #CE7963;
}
.TagClassName
{
border-color: #CE7963;
}
</style>