#D89A9C

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

Shades of Careys Pink #D89A9C

Tints of Careys Pink #D89A9C

Color information

#D89A9C (or 0xD89A9C) is unknown color: approx Careys Pink. HEX triplet: D8, 9A and 9C. RGB value is (216,154,156). Sum of RGB (Red+Green+Blue) = 216+154+156=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89A9C is #276563. Grayscale: #ACACAC. Windows color (decimal): -2581860 or 10263256. OLE color: 10263256.

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

Color convert

RGB216154156-
CMYK00.290.280.15
HSL358.06º44.29%72.55%-
HSV(B)358.06º28.7%84.71%-
XYZ45.8840.1136.78-
YUV172.77118.54158.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=41.06%
G=29.28%
B=29.66%

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
Decimal21615415600.290.280.15358.0644.2972.55
HexD89A9C01D1CF1662c49
Octal330232234035341754654111
Binary1101100010011010100111000111011110011111011001101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A9C; }

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

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

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

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

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

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

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

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