#D29C9E

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

Shades of Careys Pink #D29C9E

Tints of Careys Pink #D29C9E

Color information

#D29C9E (or 0xD29C9E) is unknown color: approx Careys Pink. HEX triplet: D2, 9C and 9E. RGB value is (210,156,158). Sum of RGB (Red+Green+Blue) = 210+156+158=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29C9E is #2D6361. Grayscale: #ACACAC. Windows color (decimal): -2974562 or 10394834. OLE color: 10394834.

HSL color Cylindrical-coordinate representation of color #D29C9E: hue angle of 357.78º 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 #D29C9E is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB210156158-
CMYK00.260.250.18
HSL357.78º37.5%71.76%-
HSV(B)357.78º25.71%82.35%-
XYZ44.6439.9537.71-
YUV172.37119.89154.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=40.08%
G=29.77%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015615800.260.250.18357.7837.571.76
HexD29C9E01A19121662648
Octal322234236032312254646110
Binary11010010100111001001111001101011001100101011001101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29C9E; }

 p { color: rgb(210,156,158); }

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

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

 a { background-color: rgb(210,156,158); }

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

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

 span { border-color: rgb(210,156,158); }

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