#D49D96

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

Shades of Rose #D49D96

Tints of Rose #D49D96

Color information

#D49D96 (or 0xD49D96) is unknown color: approx Rose. HEX triplet: D4, 9D and 96. RGB value is (212,157,150). Sum of RGB (Red+Green+Blue) = 212+157+150=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49D96 is #2B6269. Grayscale: #ACACAC. Windows color (decimal): -2843242 or 9870804. OLE color: 9870804.

HSL color Cylindrical-coordinate representation of color #D49D96: hue angle of 6.77º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49D96 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB212157150-
CMYK00.260.290.17
HSL6.77º41.89%70.98%-
HSV(B)6.77º29.25%83.14%-
XYZ44.7140.3134.28-
YUV172.65115.22156.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=40.85%
G=30.25%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215715000.260.290.176.7741.8970.98
HexD49D9601A1D1172a47
Octal3242352260323521752107
Binary11010100100111011001011001101011101100011111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49D96; }

 p { color: rgb(212,157,150); }

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

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

 a { background-color: rgb(212,157,150); }

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

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

 span { border-color: rgb(212,157,150); }

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