#D1989A

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

Shades of Careys Pink #D1989A

Tints of Careys Pink #D1989A

Color information

#D1989A (or 0xD1989A) is unknown color: approx Careys Pink. HEX triplet: D1, 98 and 9A. RGB value is (209,152,154). Sum of RGB (Red+Green+Blue) = 209+152+154=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1989A is #2E6765. Grayscale: #A9A9A9. Windows color (decimal): -3041126 or 10131665. OLE color: 10131665.

HSL color Cylindrical-coordinate representation of color #D1989A: hue angle of 357.89º 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 #D1989A is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB209152154-
CMYK00.270.260.18
HSL357.89º38.26%70.78%-
HSV(B)357.89º27.27%81.96%-
XYZ43.3638.3435.69-
YUV169.27119.38156.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.58%
GREEN value IS 152 (59.77% from 255) = 29.51%
BLUE value IS 154 (60.55% from 255) = 29.90%
R=40.58%
G=29.51%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915215400.270.260.18357.8938.2670.78
HexD1989A01B1A121662647
Octal321230232033322254646107
Binary11010001100110001001101001101111010100101011001101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1989A; }

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

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

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

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

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

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

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

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