#D29BA0

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

Shades of Careys Pink #D29BA0

Tints of Careys Pink #D29BA0

Color information

#D29BA0 (or 0xD29BA0) is unknown color: approx Careys Pink. HEX triplet: D2, 9B and A0. RGB value is (210,155,160). Sum of RGB (Red+Green+Blue) = 210+155+160=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29BA0 is #2D645F. Grayscale: #ACACAC. Windows color (decimal): -2974816 or 10525650. OLE color: 10525650.

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

Color convert

RGB210155160-
CMYK00.260.240.18
HSL354.55º37.93%71.57%-
HSV(B)354.55º26.19%82.35%-
XYZ44.6439.6838.56-
YUV172.02121.22155.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=40%
G=29.52%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015516000.260.240.18354.5537.9371.57
HexD29BA001A18121632648
Octal322233240032302254346110
Binary11010010100110111010000001101011000100101011000111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29BA0; }

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

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

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

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

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

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

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

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