#D09A92

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

Shades of Rose #D09A92

Tints of Rose #D09A92

Color information

#D09A92 (or 0xD09A92) is unknown color: approx Rose. HEX triplet: D0, 9A and 92. RGB value is (208,154,146). Sum of RGB (Red+Green+Blue) = 208+154+146=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A92 is #2F656D. Grayscale: #A9A9A9. Windows color (decimal): -3106158 or 9607888. OLE color: 9607888.

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

Color convert

RGB208154146-
CMYK00.260.300.18
HSL7.74º39.74%69.41%-
HSV(B)7.74º29.81%81.57%-
XYZ42.7638.632.39-
YUV169.23114.89155.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=40.94%
G=30.31%
B=28.74%

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
Decimal20815414600.260.300.187.7439.7469.41
HexD09A9201A1E1282845
Octal32023222203236221050105
Binary110100001001101010010010011010111101001010001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09A92; }

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

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

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

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

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

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

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

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