Html Css Color HEX #D5A1AB Careys Pink

📋 copy color: '#D5A1AB'

red 213 ◦ green 161 ◦ blue 171

#D5A1AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #D5A1AB

Tints of Careys Pink #D5A1AB

RGB

 RED value IS 213 (83.59% from 255) = 39.08%

 GREEN value IS 161 (63.28% from 255) = 29.54%

 BLUE value IS 171 (67.19% from 255) = 31.38%

R = 39.08%
G = 29.54%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5A1AB (or 0xD5A1AB) is known color: Careys Pink. HEX triplet: D5, A1 and AB. RGB value is (213,161,171). Sum of RGB (Red+Green+Blue) = 213+161+171=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A1AB is #2A5E54. Grayscale: #B1B1B1. Windows color (decimal): -2776661 or 11248085. OLE color: 11248085.

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

Color convert

RGB 213 161 171 -
CMYK 0 0.24 0.20 0.16
HSL 348.46º 0.38% 0.73% -
HSV(B) 348.46º 0.24% 0.84% -
XYZ 47.54 42.58 44.24 -
YUV 177.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 213 161 171 0 0.24 0.20 0.16 348.46 0.38 0.73
Hex D5 A1 AB 0 18 14 10 15C 26 49
Octal 325 241 253 0 30 24 20 534 46 111
Binary 11010101 10100001 10101011 0 11000 10100 10000 101011100 100110 1001001

Color Harmonies of #D5A1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A1AB

Black with #D5A1AB

Text Example


Text Example

White with #D5A1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A1AB; }

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

 H1.HeaderClassName
 {
   color: #D5A1AB;
 }
 .AnyTagClassName
 {
   color: #D5A1AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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