Html Css Color HEX #D49FA9 Careys Pink

📋 copy color: '#D49FA9'

red 212 ◦ green 159 ◦ blue 169

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

Shades of Careys Pink #D49FA9

Tints of Careys Pink #D49FA9

RGB

 RED value IS 212 (83.2% from 255) = 39.26%

 GREEN value IS 159 (62.5% from 255) = 29.44%

 BLUE value IS 169 (66.41% from 255) = 31.3%

R = 39.26%
G = 29.44%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D49FA9 (or 0xD49FA9) is known color: Careys Pink. HEX triplet: D4, 9F and A9. RGB value is (212,159,169). Sum of RGB (Red+Green+Blue) = 212+159+169=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 169 (66.41% from 255 or 31.30% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49FA9 is #2B6056. Grayscale: #AFAFAF. Windows color (decimal): -2842711 or 11116500. OLE color: 11116500.

HSL color Cylindrical-coordinate representation of color #D49FA9: hue angle of 348.68º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FA9 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 159 169 -
CMYK 0 0.25 0.20 0.17
HSL 348.68º 0.38% 0.73% -
HSV(B) 348.68º 0.25% 0.83% -
XYZ 46.71 41.66 43.11 -
YUV 175.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 212 159 169 0 0.25 0.20 0.17 348.68 0.38 0.73
Hex D4 9F A9 0 19 14 11 15D 26 49
Octal 324 237 251 0 31 24 21 535 46 111
Binary 11010100 10011111 10101001 0 11001 10100 10001 101011101 100110 1001001

Color Harmonies of #D49FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FA9

Black with #D49FA9

Text Example


Text Example

White with #D49FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FA9; }

 p { color: rgb(212,159,169); }

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

background-color css

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

 a { background-color: rgb(212,159,169); }

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

border-color css

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

 span { border-color: rgb(212,159,169); }

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