#D1989C

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

Shades of Careys Pink #D1989C

Tints of Careys Pink #D1989C

Color information

#D1989C (or 0xD1989C) is unknown color: approx Careys Pink. HEX triplet: D1, 98 and 9C. RGB value is (209,152,156). Sum of RGB (Red+Green+Blue) = 209+152+156=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1989C is #2E6763. Grayscale: #A9A9A9. Windows color (decimal): -3041124 or 10262737. OLE color: 10262737.

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

Color convert

RGB209152156-
CMYK00.270.250.18
HSL355.79º38.26%70.78%-
HSV(B)355.79º27.27%81.96%-
XYZ43.5238.4136.57-
YUV169.5120.38156.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=40.43%
G=29.40%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915215600.270.250.18355.7938.2670.78
HexD1989C01B19121642647
Octal321230234033312254446107
Binary11010001100110001001110001101111001100101011001001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1989C; }

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

 H1.HeaderClassName
 {
   color: #D1989C;
 }
 .AnyTagClassName
 {
   color: #D1989C;
 }
</style>
background-color css

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

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

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

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

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

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