#D49E8E

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

Shades of Rose #D49E8E

Tints of Rose #D49E8E

Color information

#D49E8E (or 0xD49E8E) is unknown color: approx Rose. HEX triplet: D4, 9E and 8E. RGB value is (212,158,142). Sum of RGB (Red+Green+Blue) = 212+158+142=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E8E is #2B6171. Grayscale: #ACACAC. Windows color (decimal): -2842994 or 9346772. OLE color: 9346772.

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

Color convert

RGB212158142-
CMYK00.250.330.17
HSL13.71º44.87%69.41%-
HSV(B)13.71º33.02%83.14%-
XYZ44.2640.431.06-
YUV172.32110.89156.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=41.41%
G=30.86%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215814200.250.330.1713.7144.8769.41
HexD49E8E0192111e2d45
Octal32423621603141211655105
Binary1101010010011110100011100110011000011000111101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E8E; }

 p { color: rgb(212,158,142); }

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

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

 a { background-color: rgb(212,158,142); }

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

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

 span { border-color: rgb(212,158,142); }

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