#D49BA1

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

Shades of Careys Pink #D49BA1

Tints of Careys Pink #D49BA1

Color information

#D49BA1 (or 0xD49BA1) is unknown color: approx Careys Pink. HEX triplet: D4, 9B and A1. RGB value is (212,155,161). Sum of RGB (Red+Green+Blue) = 212+155+161=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BA1 is #2B645E. Grayscale: #ACACAC. Windows color (decimal): -2843743 or 10591188. OLE color: 10591188.

HSL color Cylindrical-coordinate representation of color #D49BA1: hue angle of 353.68º 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 #D49BA1 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB212155161-
CMYK00.270.240.17
HSL353.68º39.86%71.96%-
HSV(B)353.68º26.89%83.14%-
XYZ45.3140.0139.05-
YUV172.73121.38156.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 161 (63.28% from 255) = 30.49%
R=40.15%
G=29.36%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215516100.270.240.17353.6839.8671.96
HexD49BA101B18111622848
Octal324233241033302154250110
Binary11010100100110111010000101101111000100011011000101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BA1; }

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

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

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

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

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

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

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

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