#D0A5AB

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

Shades of Careys Pink #D0A5AB

Tints of Careys Pink #D0A5AB

Color information

#D0A5AB (or 0xD0A5AB) is unknown color: approx Careys Pink. HEX triplet: D0, A5 and AB. RGB value is (208,165,171). Sum of RGB (Red+Green+Blue) = 208+165+171=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A5AB is #2F5A54. Grayscale: #B2B2B2. Windows color (decimal): -3103317 or 11249104. OLE color: 11249104.

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

Color convert

RGB208165171-
CMYK00.210.180.18
HSL351.63º31.39%73.14%-
HSV(B)351.63º20.67%81.57%-
XYZ46.8243.2644.41-
YUV178.54123.75149.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=38.24%
G=30.33%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816517100.210.180.18351.6331.3973.14
HexD0A5AB01512121601f49
Octal320245253025222254037111
Binary1101000010100101101010110101011001010010101100000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A5AB; }

 p { color: rgb(208,165,171); }

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

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

 a { background-color: rgb(208,165,171); }

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

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

 span { border-color: rgb(208,165,171); }

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