Html Css Color HEX #D49E9F Careys Pink

📋 copy color: '#D49E9F'

red 212 ◦ green 158 ◦ blue 159

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

Shades of Careys Pink #D49E9F

Tints of Careys Pink #D49E9F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.87%

 BLUE value IS 159 (62.5% from 255) = 30.06%

R = 40.08%
G = 29.87%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D49E9F (or 0xD49E9F) is known color: Careys Pink. HEX triplet: D4, 9E and 9F. RGB value is (212,158,159). Sum of RGB (Red+Green+Blue) = 212+158+159=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E9F is #2B6160. Grayscale: #AEAEAE. Windows color (decimal): -2842977 or 10460884. OLE color: 10460884.

HSL color Cylindrical-coordinate representation of color #D49E9F: hue angle of 358.89º degrees, saturation: 0.39, 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 #D49E9F is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 158 159 -
CMYK 0 0.25 0.25 0.17
HSL 358.89º 0.39% 0.73% -
HSV(B) 358.89º 0.25% 0.83% -
XYZ 45.64 40.95 38.3 -
YUV 174.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 212 158 159 0 0.25 0.25 0.17 358.89 0.39 0.73
Hex D4 9E 9F 0 19 19 11 167 27 49
Octal 324 236 237 0 31 31 21 547 47 111
Binary 11010100 10011110 10011111 0 11001 11001 10001 101100111 100111 1001001

Color Harmonies of #D49E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49E9F

Black with #D49E9F

Text Example


Text Example

White with #D49E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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