#D09A93

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

Shades of Rose #D09A93

Tints of Rose #D09A93

Color information

#D09A93 (or 0xD09A93) is unknown color: approx Rose. HEX triplet: D0, 9A and 93. RGB value is (208,154,147). Sum of RGB (Red+Green+Blue) = 208+154+147=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A93 is #2F656C. Grayscale: #A9A9A9. Windows color (decimal): -3106157 or 9673424. OLE color: 9673424.

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

Color convert

RGB208154147-
CMYK00.260.290.18
HSL6.89º39.35%69.61%-
HSV(B)6.89º29.33%81.57%-
XYZ42.8338.6332.8-
YUV169.35115.39155.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 147 (57.81% from 255) = 28.88%
R=40.86%
G=30.26%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815414700.260.290.186.8939.3569.61
HexD09A9301A1D1272746
Octal3202322230323522747106
Binary11010000100110101001001101101011101100101111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09A93; }

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

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

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

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

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

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

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

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