#D7A092

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

Shades of Rose #D7A092

Tints of Rose #D7A092

Color information

#D7A092 (or 0xD7A092) is unknown color: approx Rose. HEX triplet: D7, A0 and 92. RGB value is (215,160,146). Sum of RGB (Red+Green+Blue) = 215+160+146=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A092 is #285F6D. Grayscale: #AEAEAE. Windows color (decimal): -2645870 or 9609431. OLE color: 9609431.

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

Color convert

RGB215160146-
CMYK00.260.320.16
HSL12.17º46.31%70.78%-
HSV(B)12.17º32.09%84.31%-
XYZ45.7841.6632.82-
YUV174.85111.72156.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=41.27%
G=30.71%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516014600.260.320.1612.1746.3170.78
HexD7A09201A2010c2e47
Octal32724022203240201456107
Binary1101011110100000100100100110101000001000011001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A092; }

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

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

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

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

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

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

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

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