Html Css Color HEX #D19AA4 Careys Pink

📋 copy color: '#D19AA4'

red 209 ◦ green 154 ◦ blue 164

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

Shades of Careys Pink #D19AA4

Tints of Careys Pink #D19AA4

RGB

 RED value IS 209 (82.03% from 255) = 39.66%

 GREEN value IS 154 (60.55% from 255) = 29.22%

 BLUE value IS 164 (64.45% from 255) = 31.12%

R = 39.66%
G = 29.22%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D19AA4 (or 0xD19AA4) is known color: Careys Pink. HEX triplet: D1, 9A and A4. RGB value is (209,154,164). Sum of RGB (Red+Green+Blue) = 209+154+164=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19AA4 is #2E655B. Grayscale: #ABABAB. Windows color (decimal): -3040604 or 10787537. OLE color: 10787537.

HSL color Cylindrical-coordinate representation of color #D19AA4: hue angle of 349.09º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19AA4 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 154 164 -
CMYK 0 0.26 0.22 0.18
HSL 349.09º 0.37% 0.71% -
HSV(B) 349.09º 0.26% 0.82% -
XYZ 44.55 39.35 40.37 -
YUV 171.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 209 154 164 0 0.26 0.22 0.18 349.09 0.37 0.71
Hex D1 9A A4 0 1A 16 12 15D 25 47
Octal 321 232 244 0 32 26 22 535 45 107
Binary 11010001 10011010 10100100 0 11010 10110 10010 101011101 100101 1000111

Color Harmonies of #D19AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19AA4

Black with #D19AA4

Text Example


Text Example

White with #D19AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19AA4; }

 p { color: rgb(209,154,164); }

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

background-color css

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

 a { background-color: rgb(209,154,164); }

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

border-color css

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

 span { border-color: rgb(209,154,164); }

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