#D79F92

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

Shades of Rose #D79F92

Tints of Rose #D79F92

Color information

#D79F92 (or 0xD79F92) is unknown color: approx Rose. HEX triplet: D7, 9F and 92. RGB value is (215,159,146). Sum of RGB (Red+Green+Blue) = 215+159+146=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D79F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79F92 is #28606D. Grayscale: #AEAEAE. Windows color (decimal): -2646126 or 9609175. OLE color: 9609175.

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

Color convert

RGB215159146-
CMYK00.260.320.16
HSL11.3º46.31%70.78%-
HSV(B)11.3º32.09%84.31%-
XYZ45.6141.3232.77-
YUV174.26112.05157.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=41.35%
G=30.58%
B=28.08%

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
Decimal21515914600.260.320.1611.346.3170.78
HexD79F9201A2010b2e47
Octal32723722203240201356107
Binary1101011110011111100100100110101000001000010111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79F92; }

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

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

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

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

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

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

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

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