#D46F60

Color #D46F60 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D46F60

Tints of Japonica #D46F60

Color information

#D46F60 (or 0xD46F60) is unknown color: approx Japonica. HEX triplet: D4, 6F and 60. RGB value is (212,111,96). Sum of RGB (Red+Green+Blue) = 212+111+96=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46F60 is #2B909F. Grayscale: #8B8B8B. Windows color (decimal): -2855072 or 6320084. OLE color: 6320084.

HSL color Cylindrical-coordinate representation of color #D46F60: hue angle of 7.76º 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 #D46F60 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21211196-
CMYK00.480.550.17
HSL7.76º57.43%60.39%-
HSV(B)7.76º54.72%83.14%-
XYZ34.9526.2114.28-
YUV139.49103.46179.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 50.60%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=50.60%
G=26.49%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121119600.480.550.177.7657.4360.39
HexD46F6003037118393c
Octal3241571400606721107174
Binary11010100110111111000000110000110111100011000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46F60; }

 p { color: rgb(212,111,96); }

 H1.HeaderClassName
 {
   color: #D46F60;
 }
 .AnyTagClassName
 {
   color: #D46F60;
 }
</style>
background-color css

<style>
 a { background-color: #D46F60; }

 a { background-color: rgb(212,111,96); }

 div.DivClassName
 {
   background-color: #D46F60;
 }
 .BgClassName
 {
   background-color: #D46F60;
 }
</style>
border-color css

<style>
 span { border-color: #D46F60; }

 span { border-color: rgb(212,111,96); }

 td.TdClassName
 {
   border-color: #D46F60;
 }
 .TagClassName
 {
   border-color: #D46F60;
 }
</style>