#D89B9C

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

Shades of Careys Pink #D89B9C

Tints of Careys Pink #D89B9C

Color information

#D89B9C (or 0xD89B9C) is unknown color: approx Careys Pink. HEX triplet: D8, 9B and 9C. RGB value is (216,155,156). Sum of RGB (Red+Green+Blue) = 216+155+156=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89B9C is #276463. Grayscale: #ADADAD. Windows color (decimal): -2581604 or 10263512. OLE color: 10263512.

HSL color Cylindrical-coordinate representation of color #D89B9C: hue angle of 359.02º degrees, saturation: 0.44, 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 #D89B9C is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB216155156-
CMYK00.280.280.15
HSL359.02º43.88%72.75%-
HSV(B)359.02º28.24%84.71%-
XYZ46.0440.4436.83-
YUV173.35118.21158.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 156 (61.33% from 255) = 29.60%
R=40.99%
G=29.41%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615515600.280.280.15359.0243.8872.75
HexD89B9C01C1CF1672c49
Octal330233234034341754754111
Binary1101100010011011100111000111001110011111011001111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89B9C; }

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

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

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

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

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

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

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

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