#D89A9B

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

Shades of Careys Pink #D89A9B

Tints of Careys Pink #D89A9B

Color information

#D89A9B (or 0xD89A9B) is unknown color: approx Careys Pink. HEX triplet: D8, 9A and 9B. RGB value is (216,154,155). Sum of RGB (Red+Green+Blue) = 216+154+155=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89A9B is #276564. Grayscale: #ACACAC. Windows color (decimal): -2581861 or 10197720. OLE color: 10197720.

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

Color convert

RGB216154155-
CMYK00.290.280.15
HSL359.03º44.29%72.55%-
HSV(B)359.03º28.7%84.71%-
XYZ45.7940.0836.33-
YUV172.65118.04158.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.14%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=41.14%
G=29.33%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615415500.290.280.15359.0344.2972.55
HexD89A9B01D1CF1672c49
Octal330232233035341754754111
Binary1101100010011010100110110111011110011111011001111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A9B; }

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

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

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

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

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

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

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

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