#D7A995

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

Shades of Rose #D7A995

Tints of Rose #D7A995

Color information

#D7A995 (or 0xD7A995) is unknown color: approx Rose. HEX triplet: D7, A9 and 95. RGB value is (215,169,149). Sum of RGB (Red+Green+Blue) = 215+169+149=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A995 is #28566A. Grayscale: #B4B4B4. Windows color (decimal): -2643563 or 9808343. OLE color: 9808343.

HSL color Cylindrical-coordinate representation of color #D7A995: hue angle of 18.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7A995 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215169149-
CMYK00.210.310.16
HSL18.18º45.21%71.37%-
HSV(B)18.18º30.7%84.31%-
XYZ47.6444.9934.61-
YUV180.47110.24152.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 169 (66.41% from 255) = 31.71%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=40.34%
G=31.71%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516914900.210.310.1618.1845.2171.37
HexD7A9950151F10122d47
Octal32725122502537202255107
Binary1101011110101001100101010101011111110000100101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A995; }

 p { color: rgb(215,169,149); }

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

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

 a { background-color: rgb(215,169,149); }

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

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

 span { border-color: rgb(215,169,149); }

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