#D4989C

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

Shades of Careys Pink #D4989C

Tints of Careys Pink #D4989C

Color information

#D4989C (or 0xD4989C) is unknown color: approx Careys Pink. HEX triplet: D4, 98 and 9C. RGB value is (212,152,156). Sum of RGB (Red+Green+Blue) = 212+152+156=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4989C is #2B6763. Grayscale: #AAAAAA. Windows color (decimal): -2844516 or 10262740. OLE color: 10262740.

HSL color Cylindrical-coordinate representation of color #D4989C: hue angle of 356º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4989C is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB212152156-
CMYK00.280.260.17
HSL356º41.1%71.37%-
HSV(B)356º28.3%83.14%-
XYZ44.3838.8536.61-
YUV170.4119.88157.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 152 (59.77% from 255) = 29.23%
BLUE value IS 156 (61.33% from 255) = 30%
R=40.77%
G=29.23%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215215600.280.260.1735641.171.37
HexD4989C01C1A111642947
Octal324230234034322154451107
Binary11010100100110001001110001110011010100011011001001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4989C; }

 p { color: rgb(212,152,156); }

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

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

 a { background-color: rgb(212,152,156); }

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

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

 span { border-color: rgb(212,152,156); }

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