#D19F95

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

Shades of Rose #D19F95

Tints of Rose #D19F95

Color information

#D19F95 (or 0xD19F95) is unknown color: approx Rose. HEX triplet: D1, 9F and 95. RGB value is (209,159,149). Sum of RGB (Red+Green+Blue) = 209+159+149=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19F95 is #2E606A. Grayscale: #ACACAC. Windows color (decimal): -3039339 or 9805777. OLE color: 9805777.

HSL color Cylindrical-coordinate representation of color #D19F95: hue angle of 10º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D19F95 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209159149-
CMYK00.240.290.18
HSL10º39.47%70.2%-
HSV(B)10º28.71%81.96%-
XYZ44.1240.5233.93-
YUV172.81114.56153.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=40.43%
G=30.75%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915914900.240.290.181039.4770.2
HexD19F950181D12a2746
Octal32123722503035221247106
Binary110100011001111110010101011000111011001010101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19F95; }

 p { color: rgb(209,159,149); }

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

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

 a { background-color: rgb(209,159,149); }

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

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

 span { border-color: rgb(209,159,149); }

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