#D7989B

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

Shades of Careys Pink #D7989B

Tints of Careys Pink #D7989B

Color information

#D7989B (or 0xD7989B) is unknown color: approx Careys Pink. HEX triplet: D7, 98 and 9B. RGB value is (215,152,155). Sum of RGB (Red+Green+Blue) = 215+152+155=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7989B is #286764. Grayscale: #ABABAB. Windows color (decimal): -2647909 or 10197207. OLE color: 10197207.

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

Color convert

RGB215152155-
CMYK00.290.280.16
HSL357.14º44.06%71.96%-
HSV(B)357.14º29.3%84.31%-
XYZ45.1739.2736.21-
YUV171.18118.87159.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=41.19%
G=29.12%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515215500.290.280.16357.1444.0671.96
HexD7989B01D1C101652c48
Octal327230233035342054554110
Binary11010111100110001001101101110111100100001011001011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7989B; }

 p { color: rgb(215,152,155); }

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

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

 a { background-color: rgb(215,152,155); }

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

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

 span { border-color: rgb(215,152,155); }

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