#D5A1AC

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

Shades of Careys Pink #D5A1AC

Tints of Careys Pink #D5A1AC

Color information

#D5A1AC (or 0xD5A1AC) is unknown color: approx Careys Pink. HEX triplet: D5, A1 and AC. RGB value is (213,161,172). Sum of RGB (Red+Green+Blue) = 213+161+172=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A1AC is #2A5E53. Grayscale: #B1B1B1. Windows color (decimal): -2776660 or 11313621. OLE color: 11313621.

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

Color convert

RGB213161172-
CMYK00.240.190.16
HSL347.31º38.24%73.33%-
HSV(B)347.31º24.41%83.53%-
XYZ47.6342.6144.74-
YUV177.8124.73153.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.01%
GREEN value IS 161 (63.28% from 255) = 29.49%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=39.01%
G=29.49%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316117200.240.190.16347.3138.2473.33
HexD5A1AC018131015b2649
Octal325241254030232053346111
Binary11010101101000011010110001100010011100001010110111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1AC; }

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

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

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

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

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

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

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

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