#D29C94

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

Shades of Rose #D29C94

Tints of Rose #D29C94

Color information

#D29C94 (or 0xD29C94) is unknown color: approx Rose. HEX triplet: D2, 9C and 94. RGB value is (210,156,148). Sum of RGB (Red+Green+Blue) = 210+156+148=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29C94 is #2D636B. Grayscale: #ABABAB. Windows color (decimal): -2974572 or 9739474. OLE color: 9739474.

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

Color convert

RGB210156148-
CMYK00.260.300.18
HSL7.74º40.79%70.2%-
HSV(B)7.74º29.52%82.35%-
XYZ43.8139.6233.35-
YUV171.23114.89155.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.86%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=40.86%
G=30.35%
B=28.79%

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
Decimal21015614800.260.300.187.7440.7970.2
HexD29C9401A1E1282946
Octal32223422403236221051106
Binary110100101001110010010100011010111101001010001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29C94; }

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

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

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

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

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

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

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

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