#D4949A

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

Shades of Careys Pink #D4949A

Tints of Careys Pink #D4949A

Color information

#D4949A (or 0xD4949A) is unknown color: approx Careys Pink. HEX triplet: D4, 94 and 9A. RGB value is (212,148,154). Sum of RGB (Red+Green+Blue) = 212+148+154=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4949A is #2B6B65. Grayscale: #A7A7A7. Windows color (decimal): -2845542 or 10130644. OLE color: 10130644.

HSL color Cylindrical-coordinate representation of color #D4949A: hue angle of 354.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4949A is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212148154-
CMYK00.300.270.17
HSL354.38º42.67%70.59%-
HSV(B)354.38º30.19%83.14%-
XYZ43.5737.5135.52-
YUV167.82120.2159.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.25%
GREEN value IS 148 (58.20% from 255) = 28.79%
BLUE value IS 154 (60.55% from 255) = 29.96%
R=41.25%
G=28.79%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214815400.300.270.17354.3842.6770.59
HexD4949A01E1B111622b47
Octal324224232036332154253107
Binary11010100100101001001101001111011011100011011000101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4949A; }

 p { color: rgb(212,148,154); }

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

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

 a { background-color: rgb(212,148,154); }

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

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

 span { border-color: rgb(212,148,154); }

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