#D79C86

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

Shades of Rose #D79C86

Tints of Rose #D79C86

Color information

#D79C86 (or 0xD79C86) is unknown color: approx Rose. HEX triplet: D7, 9C and 86. RGB value is (215,156,134). Sum of RGB (Red+Green+Blue) = 215+156+134=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79C86 is #286379. Grayscale: #ABABAB. Windows color (decimal): -2646906 or 8821975. OLE color: 8821975.

HSL color Cylindrical-coordinate representation of color #D79C86: hue angle of 16.3º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D79C86 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215156134-
CMYK00.270.380.16
HSL16.3º50.31%68.43%-
HSV(B)16.3º37.67%84.31%-
XYZ44.2239.9527.93-
YUV171.13107.05159.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.57%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=42.57%
G=30.89%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515613400.270.380.1616.350.3168.43
HexD79C8601B2610103244
Octal32723420603346202062104
Binary11010111100111001000011001101110011010000100001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79C86; }

 p { color: rgb(215,156,134); }

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

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

 a { background-color: rgb(215,156,134); }

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

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

 span { border-color: rgb(215,156,134); }

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