#D1A3A4

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

Shades of Careys Pink #D1A3A4

Tints of Careys Pink #D1A3A4

Color information

#D1A3A4 (or 0xD1A3A4) is unknown color: approx Careys Pink. HEX triplet: D1, A3 and A4. RGB value is (209,163,164). Sum of RGB (Red+Green+Blue) = 209+163+164=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A3A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A3A4 is #2E5C5B. Grayscale: #B0B0B0. Windows color (decimal): -3038300 or 10789841. OLE color: 10789841.

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

Color convert

RGB209163164-
CMYK00.220.220.18
HSL358.7º33.33%72.94%-
HSV(B)358.7º22.01%81.96%-
XYZ46.0942.4340.88-
YUV176.87120.74150.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 163 (64.06% from 255) = 30.41%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=38.99%
G=30.41%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916316400.220.220.18358.733.3372.94
HexD1A3A401616121672149
Octal321243244026262254741111
Binary11010001101000111010010001011010110100101011001111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A3A4; }

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

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

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

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

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

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

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

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