Html Css Color HEX #D49AA2 Careys Pink

📋 copy color: '#D49AA2'

red 212 ◦ green 154 ◦ blue 162

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

Shades of Careys Pink #D49AA2

Tints of Careys Pink #D49AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.68%

R = 40.15%
G = 29.17%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D49AA2 (or 0xD49AA2) is known color: Careys Pink. HEX triplet: D4, 9A and A2. RGB value is (212,154,162). Sum of RGB (Red+Green+Blue) = 212+154+162=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AA2 is #2B655D. Grayscale: #ACACAC. Windows color (decimal): -2843998 or 10656468. OLE color: 10656468.

HSL color Cylindrical-coordinate representation of color #D49AA2: hue angle of 351.72º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49AA2 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 162 -
CMYK 0 0.27 0.24 0.17
HSL 351.72º 0.4% 0.72% -
HSV(B) 351.72º 0.27% 0.83% -
XYZ 45.23 39.72 39.46 -
YUV 172.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 212 154 162 0 0.27 0.24 0.17 351.72 0.4 0.72
Hex D4 9A A2 0 1B 18 11 160 28 48
Octal 324 232 242 0 33 30 21 540 50 110
Binary 11010100 10011010 10100010 0 11011 11000 10001 101100000 101000 1001000

Color Harmonies of #D49AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AA2

Black with #D49AA2

Text Example


Text Example

White with #D49AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AA2; }

 p { color: rgb(212,154,162); }

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

background-color css

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

 a { background-color: rgb(212,154,162); }

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

border-color css

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

 span { border-color: rgb(212,154,162); }

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