Shades of Japonica #D46C56
Tints of Japonica #D46C56
RGB
CMYK
RGB Variations
Color information
#D46C56 (or 0xD46C56) is known color: Japonica. HEX triplet: D4, 6C and 56. RGB value is (212,108,86). Sum of RGB (Red+Green+Blue) = 212+108+86=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46C56 is #2B93A9. Grayscale: #888888. Windows color (decimal): -2855850 or 5663956. OLE color: 5663956.
HSL color Cylindrical-coordinate representation of color #D46C56: hue angle of 10.48º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D46C56 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 86 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.17 |
| HSL | 10.48º | 0.59% | 0.58% | - |
| HSV(B) | 10.48º | 0.59% | 0.83% | - |
| XYZ | 34.19 | 25.39 | 11.9 | - |
| YUV | 136.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 86 | 0 | 0.49 | 0.59 | 0.17 | 10.48 | 0.59 | 0.58 |
| Hex | D4 | 6C | 56 | 0 | 31 | 3B | 11 | A | 3B | 3A |
| Octal | 324 | 154 | 126 | 0 | 61 | 73 | 21 | 12 | 73 | 72 |
| Binary | 11010100 | 1101100 | 1010110 | 0 | 110001 | 111011 | 10001 | 1010 | 111011 | 111010 |
Color Harmonies of #D46C56
Complementary color
Monochromatic Colors of #D46C56
Black with #D46C56
Text Example
Text Example
White with #D46C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C56; }
p { color: rgb(212,108,86); }
H1.HeaderClassName
{
color: #D46C56;
}
.AnyTagClassName
{
color: #D46C56;
}
</style>
background-color css
<style>
a { background-color: #D46C56; }
a { background-color: rgb(212,108,86); }
div.DivClassName
{
background-color: #D46C56;
}
.BgClassName
{
background-color: #D46C56;
}
</style>
border-color css
<style>
span { border-color: #D46C56; }
span { border-color: rgb(212,108,86); }
td.TdClassName
{
border-color: #D46C56;
}
.TagClassName
{
border-color: #D46C56;
}
</style>