#D19AA3

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

Shades of Careys Pink #D19AA3

Tints of Careys Pink #D19AA3

Color information

#D19AA3 (or 0xD19AA3) is unknown color: approx Careys Pink. HEX triplet: D1, 9A and A3. RGB value is (209,154,163). Sum of RGB (Red+Green+Blue) = 209+154+163=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19AA3 is #2E655C. Grayscale: #ABABAB. Windows color (decimal): -3040605 or 10722001. OLE color: 10722001.

HSL color Cylindrical-coordinate representation of color #D19AA3: hue angle of 350.18º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19AA3 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB209154163-
CMYK00.260.220.18
HSL350.18º37.41%71.18%-
HSV(B)350.18º26.32%81.96%-
XYZ44.4639.3139.89-
YUV171.47123.22154.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.73%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 163 (64.06% from 255) = 30.99%
R=39.73%
G=29.28%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915416300.260.220.18350.1837.4171.18
HexD19AA301A161215e2547
Octal321232243032262253645107
Binary11010001100110101010001101101010110100101010111101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19AA3; }

 p { color: rgb(209,154,163); }

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

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

 a { background-color: rgb(209,154,163); }

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

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

 span { border-color: rgb(209,154,163); }

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