#D7A091

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

Shades of Rose #D7A091

Tints of Rose #D7A091

Color information

#D7A091 (or 0xD7A091) is unknown color: approx Rose. HEX triplet: D7, A0 and 91. RGB value is (215,160,145). Sum of RGB (Red+Green+Blue) = 215+160+145=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A091 is #285F6E. Grayscale: #AEAEAE. Windows color (decimal): -2645871 or 9543895. OLE color: 9543895.

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

Color convert

RGB215160145-
CMYK00.260.330.16
HSL12.86º46.67%70.59%-
HSV(B)12.86º32.56%84.31%-
XYZ45.7141.6332.42-
YUV174.74111.22156.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 145 (57.03% from 255) = 27.88%
R=41.35%
G=30.77%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516014500.260.330.1612.8646.6770.59
HexD7A09101A2110d2f47
Octal32724022103241201557107
Binary1101011110100000100100010110101000011000011011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A091; }

 p { color: rgb(215,160,145); }

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

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

 a { background-color: rgb(215,160,145); }

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

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

 span { border-color: rgb(215,160,145); }

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