Shades of Japonica #D47160
Tints of Japonica #D47160
RGB
CMYK
RGB Variations
Color information
#D47160 (or 0xD47160) is known color: Japonica. HEX triplet: D4, 71 and 60. RGB value is (212,113,96). Sum of RGB (Red+Green+Blue) = 212+113+96=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D47160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47160 is #2B8E9F. Grayscale: #8C8C8C. Windows color (decimal): -2854560 or 6320596. OLE color: 6320596.
HSL color Cylindrical-coordinate representation of color #D47160: hue angle of 8.79º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D47160 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 96 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.17 |
| HSL | 8.79º | 0.57% | 0.6% | - |
| HSV(B) | 8.79º | 0.55% | 0.83% | - |
| XYZ | 35.17 | 26.65 | 14.36 | - |
| YUV | 140.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 96 | 0 | 0.47 | 0.55 | 0.17 | 8.79 | 0.57 | 0.6 |
| Hex | D4 | 71 | 60 | 0 | 2F | 37 | 11 | 9 | 39 | 3C |
| Octal | 324 | 161 | 140 | 0 | 57 | 67 | 21 | 11 | 71 | 74 |
| Binary | 11010100 | 1110001 | 1100000 | 0 | 101111 | 110111 | 10001 | 1001 | 111001 | 111100 |
Color Harmonies of #D47160
Complementary color
Monochromatic Colors of #D47160
Black with #D47160
Text Example
Text Example
White with #D47160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47160; }
p { color: rgb(212,113,96); }
H1.HeaderClassName
{
color: #D47160;
}
.AnyTagClassName
{
color: #D47160;
}
</style>
background-color css
<style>
a { background-color: #D47160; }
a { background-color: rgb(212,113,96); }
div.DivClassName
{
background-color: #D47160;
}
.BgClassName
{
background-color: #D47160;
}
</style>
border-color css
<style>
span { border-color: #D47160; }
span { border-color: rgb(212,113,96); }
td.TdClassName
{
border-color: #D47160;
}
.TagClassName
{
border-color: #D47160;
}
</style>