#D39CA9

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

Shades of Careys Pink #D39CA9

Tints of Careys Pink #D39CA9

Color information

#D39CA9 (or 0xD39CA9) is unknown color: approx Careys Pink. HEX triplet: D3, 9C and A9. RGB value is (211,156,169). Sum of RGB (Red+Green+Blue) = 211+156+169=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D39CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39CA9 is #2C6356. Grayscale: #ADADAD. Windows color (decimal): -2909015 or 11115731. OLE color: 11115731.

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

Color convert

RGB211156169-
CMYK00.260.200.17
HSL345.82º38.46%71.96%-
HSV(B)345.82º26.07%82.75%-
XYZ45.9140.4942.93-
YUV173.93125.22154.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.37%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=39.37%
G=29.10%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115616900.260.200.17345.8238.4671.96
HexD39CA901A141115a2648
Octal323234251032242153246110
Binary11010011100111001010100101101010100100011010110101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39CA9; }

 p { color: rgb(211,156,169); }

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

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

 a { background-color: rgb(211,156,169); }

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

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

 span { border-color: rgb(211,156,169); }

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