Shades of Japonica #CE7464
Tints of Japonica #CE7464
RGB
CMYK
RGB Variations
Color information
#CE7464 (or 0xCE7464) is known color: Japonica. HEX triplet: CE, 74 and 64. RGB value is (206,116,100). Sum of RGB (Red+Green+Blue) = 206+116+100=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7464 is #318B9B. Grayscale: #8D8D8D. Windows color (decimal): -3247004 or 6583502. OLE color: 6583502.
HSL color Cylindrical-coordinate representation of color #CE7464: hue angle of 9.06º 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 #CE7464 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 100 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.19 |
| HSL | 9.06º | 0.52% | 0.6% | - |
| HSV(B) | 9.06º | 0.51% | 0.81% | - |
| XYZ | 34 | 26.53 | 15.39 | - |
| YUV | 141.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 100 | 0 | 0.44 | 0.51 | 0.19 | 9.06 | 0.52 | 0.6 |
| Hex | CE | 74 | 64 | 0 | 2C | 33 | 13 | 9 | 34 | 3C |
| Octal | 316 | 164 | 144 | 0 | 54 | 63 | 23 | 11 | 64 | 74 |
| Binary | 11001110 | 1110100 | 1100100 | 0 | 101100 | 110011 | 10011 | 1001 | 110100 | 111100 |
Color Harmonies of #CE7464
Complementary color
Monochromatic Colors of #CE7464
Black with #CE7464
Text Example
Text Example
White with #CE7464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7464; }
p { color: rgb(206,116,100); }
H1.HeaderClassName
{
color: #CE7464;
}
.AnyTagClassName
{
color: #CE7464;
}
</style>
background-color css
<style>
a { background-color: #CE7464; }
a { background-color: rgb(206,116,100); }
div.DivClassName
{
background-color: #CE7464;
}
.BgClassName
{
background-color: #CE7464;
}
</style>
border-color css
<style>
span { border-color: #CE7464; }
span { border-color: rgb(206,116,100); }
td.TdClassName
{
border-color: #CE7464;
}
.TagClassName
{
border-color: #CE7464;
}
</style>