#D79E95

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

Shades of Rose #D79E95

Tints of Rose #D79E95

Color information

#D79E95 (or 0xD79E95) is unknown color: approx Rose. HEX triplet: D7, 9E and 95. RGB value is (215,158,149). Sum of RGB (Red+Green+Blue) = 215+158+149=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79E95 is #28616A. Grayscale: #AEAEAE. Windows color (decimal): -2646379 or 9805527. OLE color: 9805527.

HSL color Cylindrical-coordinate representation of color #D79E95: hue angle of 8.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 #D79E95 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215158149-
CMYK00.270.310.16
HSL8.18º45.21%71.37%-
HSV(B)8.18º30.7%84.31%-
XYZ45.6841.0733.95-
YUV174.02113.88157.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=41.19%
G=30.27%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515814900.270.310.168.1845.2171.37
HexD79E9501B1F1082d47
Octal32723622503337201055107
Binary110101111001111010010101011011111111000010001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79E95; }

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

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

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

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

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

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

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

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