#D09C91

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

Shades of Rose #D09C91

Tints of Rose #D09C91

Color information

#D09C91 (or 0xD09C91) is unknown color: approx Rose. HEX triplet: D0, 9C and 91. RGB value is (208,156,145). Sum of RGB (Red+Green+Blue) = 208+156+145=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C91 is #2F636E. Grayscale: #AAAAAA. Windows color (decimal): -3105647 or 9542864. OLE color: 9542864.

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

Color convert

RGB208156145-
CMYK00.250.300.18
HSL10.48º40.13%69.22%-
HSV(B)10.48º30.29%81.57%-
XYZ43.0139.2332.09-
YUV170.29113.73154.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 145 (57.03% from 255) = 28.49%
R=40.86%
G=30.65%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815614500.250.300.1810.4840.1369.22
HexD09C910191E12a2845
Octal32023422103136221250105
Binary110100001001110010010001011001111101001010101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09C91; }

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

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

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

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

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

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

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

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