#D49EA2

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

Shades of Careys Pink #D49EA2

Tints of Careys Pink #D49EA2

Color information

#D49EA2 (or 0xD49EA2) is unknown color: approx Careys Pink. HEX triplet: D4, 9E and A2. RGB value is (212,158,162). Sum of RGB (Red+Green+Blue) = 212+158+162=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49EA2 is #2B615D. Grayscale: #AEAEAE. Windows color (decimal): -2842974 or 10657492. OLE color: 10657492.

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

Color convert

RGB212158162-
CMYK00.250.240.17
HSL355.56º38.57%72.55%-
HSV(B)355.56º25.47%83.14%-
XYZ45.941.0639.69-
YUV174.6120.89154.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.85%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 162 (63.67% from 255) = 30.45%
R=39.85%
G=29.70%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215816200.250.240.17355.5638.5772.55
HexD49EA201918111642749
Octal324236242031302154447111
Binary11010100100111101010001001100111000100011011001001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EA2; }

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

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

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

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

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

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

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

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