#D29C92

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

Shades of Rose #D29C92

Tints of Rose #D29C92

Color information

#D29C92 (or 0xD29C92) is unknown color: approx Rose. HEX triplet: D2, 9C and 92. RGB value is (210,156,146). Sum of RGB (Red+Green+Blue) = 210+156+146=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29C92 is #2D636D. Grayscale: #ABABAB. Windows color (decimal): -2974574 or 9608402. OLE color: 9608402.

HSL color Cylindrical-coordinate representation of color #D29C92: hue angle of 9.38º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29C92 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210156146-
CMYK00.260.300.18
HSL9.38º41.56%69.8%-
HSV(B)9.38º30.48%82.35%-
XYZ43.6639.5532.53-
YUV171.01113.89155.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=41.02%
G=30.47%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015614600.260.300.189.3841.5669.8
HexD29C9201A1E1292a46
Octal32223422203236221152106
Binary110100101001110010010010011010111101001010011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29C92; }

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

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

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

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

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

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

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

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