#D29C88

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

Shades of Rose #D29C88

Tints of Rose #D29C88

Color information

#D29C88 (or 0xD29C88) is unknown color: approx Rose. HEX triplet: D2, 9C and 88. RGB value is (210,156,136). Sum of RGB (Red+Green+Blue) = 210+156+136=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29C88 is #2D6377. Grayscale: #AAAAAA. Windows color (decimal): -2974584 or 8953042. OLE color: 8953042.

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

Color convert

RGB210156136-
CMYK00.260.350.18
HSL16.22º45.12%67.84%-
HSV(B)16.22º35.24%82.35%-
XYZ42.9139.2628.61-
YUV169.87108.89156.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.83%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=41.83%
G=31.08%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015613600.260.350.1816.2245.1267.84
HexD29C8801A2312102d44
Octal32223421003243222055104
Binary11010010100111001000100001101010001110010100001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29C88; }

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

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

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

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

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

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

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

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