#D5A0A5

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

Shades of Careys Pink #D5A0A5

Tints of Careys Pink #D5A0A5

Color information

#D5A0A5 (or 0xD5A0A5) is unknown color: approx Careys Pink. HEX triplet: D5, A0 and A5. RGB value is (213,160,165). Sum of RGB (Red+Green+Blue) = 213+160+165=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A0A5 is #2A5F5A. Grayscale: #B0B0B0. Windows color (decimal): -2776923 or 10854613. OLE color: 10854613.

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

Color convert

RGB213160165-
CMYK00.250.230.16
HSL354.34º38.69%73.14%-
HSV(B)354.34º24.88%83.53%-
XYZ46.84241.24-
YUV176.42121.56154.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 165 (64.84% from 255) = 30.67%
R=39.59%
G=29.74%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316016500.250.230.16354.3438.6973.14
HexD5A0A501917101622749
Octal325240245031272054247111
Binary11010101101000001010010101100110111100001011000101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A0A5; }

 p { color: rgb(213,160,165); }

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

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

 a { background-color: rgb(213,160,165); }

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

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

 span { border-color: rgb(213,160,165); }

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