#D49985

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

Shades of Rose #D49985

Tints of Rose #D49985

Color information

#D49985 (or 0xD49985) is unknown color: approx Rose. HEX triplet: D4, 99 and 85. RGB value is (212,153,133). Sum of RGB (Red+Green+Blue) = 212+153+133=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D49985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49985 is #2B667A. Grayscale: #A8A8A8. Windows color (decimal): -2844283 or 8755668. OLE color: 8755668.

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

Color convert

RGB212153133-
CMYK00.280.370.17
HSL15.19º47.88%67.65%-
HSV(B)15.19º37.26%83.14%-
XYZ42.7838.4727.36-
YUV168.36108.05159.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=42.57%
G=30.72%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215313300.280.370.1715.1947.8867.65
HexD4998501C2511f3044
Octal32423120503445211760104
Binary1101010010011001100001010111001001011000111111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49985; }

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

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

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

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

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

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

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

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