#D49989

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

Shades of Rose #D49989

Tints of Rose #D49989

Color information

#D49989 (or 0xD49989) is unknown color: approx Rose. HEX triplet: D4, 99 and 89. RGB value is (212,153,137). Sum of RGB (Red+Green+Blue) = 212+153+137=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D49989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49989 is #2B6676. Grayscale: #A8A8A8. Windows color (decimal): -2844279 or 9017812. OLE color: 9017812.

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

Color convert

RGB212153137-
CMYK00.280.350.17
HSL12.8º46.58%68.43%-
HSV(B)12.8º35.38%83.14%-
XYZ43.0638.5928.85-
YUV168.82110.05158.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.23%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 137 (53.91% from 255) = 27.29%
R=42.23%
G=30.48%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215313700.280.350.1712.846.5868.43
HexD4998901C2311d2f44
Octal32423121103443211557104
Binary1101010010011001100010010111001000111000111011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49989; }

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

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

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

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

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

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

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

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