#D49B89

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

Shades of Rose #D49B89

Tints of Rose #D49B89

Color information

#D49B89 (or 0xD49B89) is unknown color: approx Rose. HEX triplet: D4, 9B and 89. RGB value is (212,155,137). Sum of RGB (Red+Green+Blue) = 212+155+137=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49B89 is #2B6476. Grayscale: #AAAAAA. Windows color (decimal): -2843767 or 9018324. OLE color: 9018324.

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

Color convert

RGB212155137-
CMYK00.270.350.17
HSL14.4º46.58%68.43%-
HSV(B)14.4º35.38%83.14%-
XYZ43.3939.2528.96-
YUV169.99109.38157.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.06%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 137 (53.91% from 255) = 27.18%
R=42.06%
G=30.75%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215513700.270.350.1714.446.5868.43
HexD49B8901B2311e2f44
Octal32423321103343211657104
Binary1101010010011011100010010110111000111000111101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49B89; }

 p { color: rgb(212,155,137); }

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

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

 a { background-color: rgb(212,155,137); }

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

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

 span { border-color: rgb(212,155,137); }

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