#D1A3AB

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

Shades of Careys Pink #D1A3AB

Tints of Careys Pink #D1A3AB

Color information

#D1A3AB (or 0xD1A3AB) is unknown color: approx Careys Pink. HEX triplet: D1, A3 and AB. RGB value is (209,163,171). Sum of RGB (Red+Green+Blue) = 209+163+171=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A3AB is #2E5C54. Grayscale: #B1B1B1. Windows color (decimal): -3038293 or 11248593. OLE color: 11248593.

HSL color Cylindrical-coordinate representation of color #D1A3AB: hue angle of 349.57º 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 #D1A3AB is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209163171-
CMYK00.220.180.18
HSL349.57º33.33%72.94%-
HSV(B)349.57º22.01%81.96%-
XYZ46.7442.6944.3-
YUV177.67124.24150.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.49%
GREEN value IS 163 (64.06% from 255) = 30.02%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=38.49%
G=30.02%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916317100.220.180.18349.5733.3372.94
HexD1A3AB016121215e2149
Octal321243253026222253641111
Binary11010001101000111010101101011010010100101010111101000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A3AB; }

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

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

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

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

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

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

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

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