#D7A993

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

Shades of Rose #D7A993

Tints of Rose #D7A993

Color information

#D7A993 (or 0xD7A993) is unknown color: approx Rose. HEX triplet: D7, A9 and 93. RGB value is (215,169,147). Sum of RGB (Red+Green+Blue) = 215+169+147=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A993 is #28566C. Grayscale: #B4B4B4. Windows color (decimal): -2643565 or 9677271. OLE color: 9677271.

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

Color convert

RGB215169147-
CMYK00.210.320.16
HSL19.41º45.95%70.98%-
HSV(B)19.41º31.63%84.31%-
XYZ47.4844.9333.77-
YUV180.25109.24152.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 169 (66.41% from 255) = 31.83%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=40.49%
G=31.83%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516914700.210.320.1619.4145.9570.98
HexD7A9930152010132e47
Octal32725122302540202356107
Binary11010111101010011001001101010110000010000100111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A993; }

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

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

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

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

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

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

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

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