#D49F88

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

Shades of Rose #D49F88

Tints of Rose #D49F88

Color information

#D49F88 (or 0xD49F88) is unknown color: approx Rose. HEX triplet: D4, 9F and 88. RGB value is (212,159,136). Sum of RGB (Red+Green+Blue) = 212+159+136=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49F88 is #2B6077. Grayscale: #ACACAC. Windows color (decimal): -2842744 or 8953812. OLE color: 8953812.

HSL color Cylindrical-coordinate representation of color #D49F88: hue angle of 18.16º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D49F88 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB212159136-
CMYK00.250.360.17
HSL18.16º46.91%68.24%-
HSV(B)18.16º35.85%83.14%-
XYZ43.9940.5728.8-
YUV172.22107.56156.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.81%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=41.81%
G=31.36%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215913600.250.360.1718.1646.9168.24
HexD49F880192411122f44
Octal32423721003144212257104
Binary11010100100111111000100001100110010010001100101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49F88; }

 p { color: rgb(212,159,136); }

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

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

 a { background-color: rgb(212,159,136); }

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

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

 span { border-color: rgb(212,159,136); }

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