#D49AA4

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

Shades of Careys Pink #D49AA4

Tints of Careys Pink #D49AA4

Color information

#D49AA4 (or 0xD49AA4) is unknown color: approx Careys Pink. HEX triplet: D4, 9A and A4. RGB value is (212,154,164). Sum of RGB (Red+Green+Blue) = 212+154+164=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AA4 is #2B655B. Grayscale: #ACACAC. Windows color (decimal): -2843996 or 10787540. OLE color: 10787540.

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

Color convert

RGB212154164-
CMYK00.270.230.17
HSL349.66º40.28%71.76%-
HSV(B)349.66º27.36%83.14%-
XYZ45.4139.7940.41-
YUV172.48123.22156.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=40%
G=29.06%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215416400.270.230.17349.6640.2871.76
HexD49AA401B171115e2848
Octal324232244033272153650110
Binary11010100100110101010010001101110111100011010111101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AA4; }

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

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

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

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

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

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

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

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