#D4A1AC

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

Shades of Careys Pink #D4A1AC

Tints of Careys Pink #D4A1AC

Color information

#D4A1AC (or 0xD4A1AC) is unknown color: approx Careys Pink. HEX triplet: D4, A1 and AC. RGB value is (212,161,172). Sum of RGB (Red+Green+Blue) = 212+161+172=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A1AC is #2B5E53. Grayscale: #B1B1B1. Windows color (decimal): -2842196 or 11313620. OLE color: 11313620.

HSL color Cylindrical-coordinate representation of color #D4A1AC: hue angle of 347.06º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A1AC is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB212161172-
CMYK00.240.190.17
HSL347.06º37.23%73.14%-
HSV(B)347.06º24.06%83.14%-
XYZ47.3442.4744.73-
YUV177.5124.9152.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=38.90%
G=29.54%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216117200.240.190.17347.0637.2373.14
HexD4A1AC018131115b2549
Octal324241254030232153345111
Binary11010100101000011010110001100010011100011010110111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A1AC; }

 p { color: rgb(212,161,172); }

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

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

 a { background-color: rgb(212,161,172); }

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

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

 span { border-color: rgb(212,161,172); }

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