#D1A295

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

Shades of Rose #D1A295

Tints of Rose #D1A295

Color information

#D1A295 (or 0xD1A295) is unknown color: approx Rose. HEX triplet: D1, A2 and 95. RGB value is (209,162,149). Sum of RGB (Red+Green+Blue) = 209+162+149=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A295 is #2E5D6A. Grayscale: #AEAEAE. Windows color (decimal): -3038571 or 9806545. OLE color: 9806545.

HSL color Cylindrical-coordinate representation of color #D1A295: hue angle of 13º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1A295 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209162149-
CMYK00.220.290.18
HSL13º39.47%70.2%-
HSV(B)13º28.71%81.96%-
XYZ44.6441.5734.1-
YUV174.57113.57152.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=40.19%
G=31.15%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916214900.220.290.181339.4770.2
HexD1A2950161D12d2746
Octal32124222502635221547106
Binary110100011010001010010101010110111011001011011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A295; }

 p { color: rgb(209,162,149); }

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

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

 a { background-color: rgb(209,162,149); }

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

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

 span { border-color: rgb(209,162,149); }

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