#D49BA0

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

Shades of Careys Pink #D49BA0

Tints of Careys Pink #D49BA0

Color information

#D49BA0 (or 0xD49BA0) is unknown color: approx Careys Pink. HEX triplet: D4, 9B and A0. RGB value is (212,155,160). Sum of RGB (Red+Green+Blue) = 212+155+160=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BA0 is #2B645F. Grayscale: #ACACAC. Windows color (decimal): -2843744 or 10525652. OLE color: 10525652.

HSL color Cylindrical-coordinate representation of color #D49BA0: hue angle of 354.74º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49BA0 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB212155160-
CMYK00.270.250.17
HSL354.74º39.86%71.96%-
HSV(B)354.74º26.89%83.14%-
XYZ45.2239.9838.59-
YUV172.61120.88156.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.23%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 160 (62.89% from 255) = 30.36%
R=40.23%
G=29.41%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215516000.270.250.17354.7439.8671.96
HexD49BA001B19111632848
Octal324233240033312154350110
Binary11010100100110111010000001101111001100011011000111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BA0; }

 p { color: rgb(212,155,160); }

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

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

 a { background-color: rgb(212,155,160); }

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

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

 span { border-color: rgb(212,155,160); }

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