Html Css Color HEX #D1949C Careys Pink

📋 copy color: '#D1949C'

red 209 ◦ green 148 ◦ blue 156

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

Shades of Careys Pink #D1949C

Tints of Careys Pink #D1949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

 BLUE value IS 156 (61.33% from 255) = 30.41%

R = 40.74%
G = 28.85%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1949C (or 0xD1949C) is known color: Careys Pink. HEX triplet: D1, 94 and 9C. RGB value is (209,148,156). Sum of RGB (Red+Green+Blue) = 209+148+156=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1949C is #2E6B63. Grayscale: #A7A7A7. Windows color (decimal): -3042148 or 10261713. OLE color: 10261713.

HSL color Cylindrical-coordinate representation of color #D1949C: hue angle of 352.13º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1949C is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 156 -
CMYK 0 0.29 0.25 0.18
HSL 352.13º 0.4% 0.7% -
HSV(B) 352.13º 0.29% 0.82% -
XYZ 42.89 37.14 36.36 -
YUV 167.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 209 148 156 0 0.29 0.25 0.18 352.13 0.4 0.7
Hex D1 94 9C 0 1D 19 12 160 28 46
Octal 321 224 234 0 35 31 22 540 50 106
Binary 11010001 10010100 10011100 0 11101 11001 10010 101100000 101000 1000110

Color Harmonies of #D1949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1949C

Black with #D1949C

Text Example


Text Example

White with #D1949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1949C; }

 p { color: rgb(209,148,156); }

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

background-color css

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

 a { background-color: rgb(209,148,156); }

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

border-color css

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

 span { border-color: rgb(209,148,156); }

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