#D5A1A7

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

Shades of Careys Pink #D5A1A7

Tints of Careys Pink #D5A1A7

Color information

#D5A1A7 (or 0xD5A1A7) is unknown color: approx Careys Pink. HEX triplet: D5, A1 and A7. RGB value is (213,161,167). Sum of RGB (Red+Green+Blue) = 213+161+167=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A1A7 is #2A5E58. Grayscale: #B1B1B1. Windows color (decimal): -2776665 or 10985941. OLE color: 10985941.

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

Color convert

RGB213161167-
CMYK00.240.220.16
HSL353.08º38.24%73.33%-
HSV(B)353.08º24.41%83.53%-
XYZ47.1642.4342.26-
YUV177.23122.23153.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 161 (63.28% from 255) = 29.76%
BLUE value IS 167 (65.62% from 255) = 30.87%
R=39.37%
G=29.76%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316116700.240.220.16353.0838.2473.33
HexD5A1A701816101612649
Octal325241247030262054146111
Binary11010101101000011010011101100010110100001011000011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1A7; }

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

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

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

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

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

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

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

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