Shades of Japonica #D46C50
Tints of Japonica #D46C50
RGB
CMYK
RGB Variations
Color information
#D46C50 (or 0xD46C50) is known color: Japonica. HEX triplet: D4, 6C and 50. RGB value is (212,108,80). Sum of RGB (Red+Green+Blue) = 212+108+80=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46C50 is #2B93AF. Grayscale: #888888. Windows color (decimal): -2855856 or 5270740. OLE color: 5270740.
HSL color Cylindrical-coordinate representation of color #D46C50: hue angle of 12.73º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D46C50 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 80 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.17 |
| HSL | 12.73º | 0.61% | 0.57% | - |
| HSV(B) | 12.73º | 0.62% | 0.83% | - |
| XYZ | 33.96 | 25.3 | 10.68 | - |
| YUV | 135.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 80 | 0 | 0.49 | 0.62 | 0.17 | 12.73 | 0.61 | 0.57 |
| Hex | D4 | 6C | 50 | 0 | 31 | 3E | 11 | D | 3D | 39 |
| Octal | 324 | 154 | 120 | 0 | 61 | 76 | 21 | 15 | 75 | 71 |
| Binary | 11010100 | 1101100 | 1010000 | 0 | 110001 | 111110 | 10001 | 1101 | 111101 | 111001 |
Color Harmonies of #D46C50
Complementary color
Monochromatic Colors of #D46C50
Black with #D46C50
Text Example
Text Example
White with #D46C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C50; }
p { color: rgb(212,108,80); }
H1.HeaderClassName
{
color: #D46C50;
}
.AnyTagClassName
{
color: #D46C50;
}
</style>
background-color css
<style>
a { background-color: #D46C50; }
a { background-color: rgb(212,108,80); }
div.DivClassName
{
background-color: #D46C50;
}
.BgClassName
{
background-color: #D46C50;
}
</style>
border-color css
<style>
span { border-color: #D46C50; }
span { border-color: rgb(212,108,80); }
td.TdClassName
{
border-color: #D46C50;
}
.TagClassName
{
border-color: #D46C50;
}
</style>