#D19B91

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

Shades of Rose #D19B91

Tints of Rose #D19B91

Color information

#D19B91 (or 0xD19B91) is unknown color: approx Rose. HEX triplet: D1, 9B and 91. RGB value is (209,155,145). Sum of RGB (Red+Green+Blue) = 209+155+145=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19B91 is #2E646E. Grayscale: #AAAAAA. Windows color (decimal): -3040367 or 9542609. OLE color: 9542609.

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

Color convert

RGB209155145-
CMYK00.260.310.18
HSL9.38º41.03%69.41%-
HSV(B)9.38º30.62%81.96%-
XYZ43.1339.0432.05-
YUV170.01113.89155.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 145 (57.03% from 255) = 28.49%
R=41.06%
G=30.45%
B=28.49%

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
Decimal20915514500.260.310.189.3841.0369.41
HexD19B9101A1F1292945
Octal32123322103237221151105
Binary110100011001101110010001011010111111001010011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19B91; }

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

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

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

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

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

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

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

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