#D49AA0

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

Shades of Careys Pink #D49AA0

Tints of Careys Pink #D49AA0

Color information

#D49AA0 (or 0xD49AA0) is unknown color: approx Careys Pink. HEX triplet: D4, 9A and A0. RGB value is (212,154,160). Sum of RGB (Red+Green+Blue) = 212+154+160=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AA0 is #2B655F. Grayscale: #ACACAC. Windows color (decimal): -2844000 or 10525396. OLE color: 10525396.

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

Color convert

RGB212154160-
CMYK00.270.250.17
HSL353.79º40.28%71.76%-
HSV(B)353.79º27.36%83.14%-
XYZ45.0539.6538.54-
YUV172.03121.22156.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=40.30%
G=29.28%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215416000.270.250.17353.7940.2871.76
HexD49AA001B19111622848
Octal324232240033312154250110
Binary11010100100110101010000001101111001100011011000101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AA0; }

 p { color: rgb(212,154,160); }

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

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

 a { background-color: rgb(212,154,160); }

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

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

 span { border-color: rgb(212,154,160); }

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