#D1A2A5

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

Shades of Careys Pink #D1A2A5

Tints of Careys Pink #D1A2A5

Color information

#D1A2A5 (or 0xD1A2A5) is unknown color: approx Careys Pink. HEX triplet: D1, A2 and A5. RGB value is (209,162,165). Sum of RGB (Red+Green+Blue) = 209+162+165=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A2A5 is #2E5D5A. Grayscale: #B0B0B0. Windows color (decimal): -3038555 or 10855121. OLE color: 10855121.

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

Color convert

RGB209162165-
CMYK00.220.210.18
HSL356.17º33.81%72.75%-
HSV(B)356.17º22.49%81.96%-
XYZ46.0142.1141.3-
YUV176.4121.57151.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 165 (64.84% from 255) = 30.78%
R=38.99%
G=30.22%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916216500.220.210.18356.1733.8172.75
HexD1A2A501615121642249
Octal321242245026252254442111
Binary11010001101000101010010101011010101100101011001001000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A2A5; }

 p { color: rgb(209,162,165); }

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

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

 a { background-color: rgb(209,162,165); }

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

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

 span { border-color: rgb(209,162,165); }

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