#D6A1AA

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

Shades of Careys Pink #D6A1AA

Tints of Careys Pink #D6A1AA

Color information

#D6A1AA (or 0xD6A1AA) is unknown color: approx Careys Pink. HEX triplet: D6, A1 and AA. RGB value is (214,161,170). Sum of RGB (Red+Green+Blue) = 214+161+170=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A1AA is #295E55. Grayscale: #B1B1B1. Windows color (decimal): -2711126 or 11182550. OLE color: 11182550.

HSL color Cylindrical-coordinate representation of color #D6A1AA: hue angle of 349.81º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A1AA is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB214161170-
CMYK00.250.210.16
HSL349.81º39.26%73.53%-
HSV(B)349.81º24.77%83.92%-
XYZ47.7342.6943.75-
YUV177.87123.56153.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=39.27%
G=29.54%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416117000.250.210.16349.8139.2673.53
HexD6A1AA019151015e274a
Octal326241252031252053647112
Binary11010110101000011010101001100110101100001010111101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1AA; }

 p { color: rgb(214,161,170); }

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

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

 a { background-color: rgb(214,161,170); }

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

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

 span { border-color: rgb(214,161,170); }

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