#D5A0A1

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

Shades of Careys Pink #D5A0A1

Tints of Careys Pink #D5A0A1

Color information

#D5A0A1 (or 0xD5A0A1) is unknown color: approx Careys Pink. HEX triplet: D5, A0 and A1. RGB value is (213,160,161). Sum of RGB (Red+Green+Blue) = 213+160+161=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A0A1 is #2A5F5E. Grayscale: #B0B0B0. Windows color (decimal): -2776927 or 10592469. OLE color: 10592469.

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

Color convert

RGB213160161-
CMYK00.250.240.16
HSL358.87º38.69%73.14%-
HSV(B)358.87º24.88%83.53%-
XYZ46.4441.8639.35-
YUV175.96119.56154.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 161 (63.28% from 255) = 30.15%
R=39.89%
G=29.96%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316016100.250.240.16358.8738.6973.14
HexD5A0A101918101672749
Octal325240241031302054747111
Binary11010101101000001010000101100111000100001011001111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A0A1; }

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

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

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

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

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

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

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

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