#D7A291

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

Shades of Rose #D7A291

Tints of Rose #D7A291

Color information

#D7A291 (or 0xD7A291) is unknown color: approx Rose. HEX triplet: D7, A2 and 91. RGB value is (215,162,145). Sum of RGB (Red+Green+Blue) = 215+162+145=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A291 is #285D6E. Grayscale: #B0B0B0. Windows color (decimal): -2645359 or 9544407. OLE color: 9544407.

HSL color Cylindrical-coordinate representation of color #D7A291: hue angle of 14.57º 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 #D7A291 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215162145-
CMYK00.250.330.16
HSL14.57º46.67%70.59%-
HSV(B)14.57º32.56%84.31%-
XYZ46.0642.3332.53-
YUV175.91110.56155.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 145 (57.03% from 255) = 27.78%
R=41.19%
G=31.03%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516214500.250.330.1614.5746.6770.59
HexD7A2910192110f2f47
Octal32724222103141201757107
Binary1101011110100010100100010110011000011000011111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A291; }

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

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

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

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

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

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

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

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