#D29DAA

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

Shades of Careys Pink #D29DAA

Tints of Careys Pink #D29DAA

Color information

#D29DAA (or 0xD29DAA) is unknown color: approx Careys Pink. HEX triplet: D2, 9D and AA. RGB value is (210,157,170). Sum of RGB (Red+Green+Blue) = 210+157+170=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29DAA is #2D6255. Grayscale: #AEAEAE. Windows color (decimal): -2974294 or 11181522. OLE color: 11181522.

HSL color Cylindrical-coordinate representation of color #D29DAA: hue angle of 345.28º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29DAA is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210157170-
CMYK00.250.190.18
HSL345.28º37.06%71.96%-
HSV(B)345.28º25.24%82.35%-
XYZ45.8940.7243.47-
YUV174.33125.56153.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=39.11%
G=29.24%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015717000.250.190.18345.2837.0671.96
HexD29DAA01913121592548
Octal322235252031232253145110
Binary11010010100111011010101001100110011100101010110011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DAA; }

 p { color: rgb(210,157,170); }

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

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

 a { background-color: rgb(210,157,170); }

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

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

 span { border-color: rgb(210,157,170); }

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