#D1A0AC

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

Shades of Careys Pink #D1A0AC

Tints of Careys Pink #D1A0AC

Color information

#D1A0AC (or 0xD1A0AC) is unknown color: approx Careys Pink. HEX triplet: D1, A0 and AC. RGB value is (209,160,172). Sum of RGB (Red+Green+Blue) = 209+160+172=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A0AC is #2E5F53. Grayscale: #B0B0B0. Windows color (decimal): -3039060 or 11313361. OLE color: 11313361.

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

Color convert

RGB209160172-
CMYK00.230.180.18
HSL345.31º34.75%72.35%-
HSV(B)345.31º23.44%81.96%-
XYZ46.3141.6844.63-
YUV176.02125.73151.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=38.63%
G=29.57%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916017200.230.180.18345.3134.7572.35
HexD1A0AC01712121592348
Octal321240254027222253143110
Binary11010001101000001010110001011110010100101010110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A0AC; }

 p { color: rgb(209,160,172); }

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

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

 a { background-color: rgb(209,160,172); }

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

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

 span { border-color: rgb(209,160,172); }

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