#D1949C

Color #D1949C Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #D1949C

Tints of Careys Pink #D1949C

Color information

#D1949C (or 0xD1949C) is unknown color: approx 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

RGB209148156-
CMYK00.290.250.18
HSL352.13º39.87%70%-
HSV(B)352.13º29.19%81.96%-
XYZ42.8937.1436.36-
YUV167.15121.71157.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.74%
GREEN value IS 148 (58.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914815600.290.250.18352.1339.8770
HexD1949C01D19121602846
Octal321224234035312254050106
Binary11010001100101001001110001110111001100101011000001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>