#D19A91

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

Shades of Rose #D19A91

Tints of Rose #D19A91

Color information

#D19A91 (or 0xD19A91) is unknown color: approx Rose. HEX triplet: D1, 9A and 91. RGB value is (209,154,145). Sum of RGB (Red+Green+Blue) = 209+154+145=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19A91 is #2E656E. Grayscale: #A9A9A9. Windows color (decimal): -3040623 or 9542353. OLE color: 9542353.

HSL color Cylindrical-coordinate representation of color #D19A91: hue angle of 8.44º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D19A91 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB209154145-
CMYK00.260.310.18
HSL8.44º41.03%69.41%-
HSV(B)8.44º30.62%81.96%-
XYZ42.9638.7132-
YUV169.42114.22156.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.14%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=41.14%
G=30.31%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915414500.260.310.188.4441.0369.41
HexD19A9101A1F1282945
Octal32123222103237221051105
Binary110100011001101010010001011010111111001010001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A91; }

 p { color: rgb(209,154,145); }

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

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

 a { background-color: rgb(209,154,145); }

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

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

 span { border-color: rgb(209,154,145); }

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