#D89CA5

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

Shades of Careys Pink #D89CA5

Tints of Careys Pink #D89CA5

Color information

#D89CA5 (or 0xD89CA5) is unknown color: approx Careys Pink. HEX triplet: D8, 9C and A5. RGB value is (216,156,165). Sum of RGB (Red+Green+Blue) = 216+156+165=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D89CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89CA5 is #27635A. Grayscale: #AEAEAE. Windows color (decimal): -2581339 or 10853592. OLE color: 10853592.

HSL color Cylindrical-coordinate representation of color #D89CA5: hue angle of 351º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89CA5 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB216156165-
CMYK00.280.240.15
HSL351º43.48%72.94%-
HSV(B)351º27.78%84.71%-
XYZ4741.0941.05-
YUV174.97122.38157.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.22%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 165 (64.84% from 255) = 30.73%
R=40.22%
G=29.05%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615616500.280.240.1535143.4872.94
HexD89CA501C18F15f2b49
Octal330234245034301753753111
Binary1101100010011100101001010111001100011111010111111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89CA5; }

 p { color: rgb(216,156,165); }

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

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

 a { background-color: rgb(216,156,165); }

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

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

 span { border-color: rgb(216,156,165); }

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