#D5A1A4

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

Shades of Careys Pink #D5A1A4

Tints of Careys Pink #D5A1A4

Color information

#D5A1A4 (or 0xD5A1A4) is unknown color: approx Careys Pink. HEX triplet: D5, A1 and A4. RGB value is (213,161,164). Sum of RGB (Red+Green+Blue) = 213+161+164=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A1A4 is #2A5E5B. Grayscale: #B0B0B0. Windows color (decimal): -2776668 or 10789333. OLE color: 10789333.

HSL color Cylindrical-coordinate representation of color #D5A1A4: hue angle of 356.54º 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 #D5A1A4 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB213161164-
CMYK00.240.230.16
HSL356.54º38.24%73.33%-
HSV(B)356.54º24.41%83.53%-
XYZ46.8942.3240.82-
YUV176.89120.73153.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 164 (64.45% from 255) = 30.48%
R=39.59%
G=29.93%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316116400.240.230.16356.5438.2473.33
HexD5A1A401817101652649
Octal325241244030272054546111
Binary11010101101000011010010001100010111100001011001011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1A4; }

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

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

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

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

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

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

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

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