#D09A91

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

Shades of Rose #D09A91

Tints of Rose #D09A91

Color information

#D09A91 (or 0xD09A91) is unknown color: approx Rose. HEX triplet: D0, 9A and 91. RGB value is (208,154,145). Sum of RGB (Red+Green+Blue) = 208+154+145=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A91 is #2F656E. Grayscale: #A9A9A9. Windows color (decimal): -3106159 or 9542352. OLE color: 9542352.

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

Color convert

RGB208154145-
CMYK00.260.300.18
HSL8.57º40.13%69.22%-
HSV(B)8.57º30.29%81.57%-
XYZ42.6838.5731.98-
YUV169.12114.39155.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 145 (57.03% from 255) = 28.60%
R=41.03%
G=30.37%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815414500.260.300.188.5740.1369.22
HexD09A9101A1E1292845
Octal32023222103236221150105
Binary110100001001101010010001011010111101001010011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09A91; }

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

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

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

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

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

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

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

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