#D5A1A3

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

Shades of Careys Pink #D5A1A3

Tints of Careys Pink #D5A1A3

Color information

#D5A1A3 (or 0xD5A1A3) is unknown color: approx Careys Pink. HEX triplet: D5, A1 and A3. RGB value is (213,161,163). Sum of RGB (Red+Green+Blue) = 213+161+163=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A1A3 is #2A5E5C. Grayscale: #B0B0B0. Windows color (decimal): -2776669 or 10723797. OLE color: 10723797.

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

Color convert

RGB213161163-
CMYK00.240.230.16
HSL357.69º38.24%73.33%-
HSV(B)357.69º24.41%83.53%-
XYZ46.842.2840.34-
YUV176.78120.23153.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 163 (64.06% from 255) = 30.35%
R=39.66%
G=29.98%
B=30.35%

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
Decimal21316116300.240.230.16357.6938.2473.33
HexD5A1A301817101662649
Octal325241243030272054646111
Binary11010101101000011010001101100010111100001011001101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1A3; }

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

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

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

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

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

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

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

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