#D09C90

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

Shades of Rose #D09C90

Tints of Rose #D09C90

Color information

#D09C90 (or 0xD09C90) is unknown color: approx Rose. HEX triplet: D0, 9C and 90. RGB value is (208,156,144). Sum of RGB (Red+Green+Blue) = 208+156+144=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C90 is #2F636F. Grayscale: #AAAAAA. Windows color (decimal): -3105648 or 9477328. OLE color: 9477328.

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

Color convert

RGB208156144-
CMYK00.250.310.18
HSL11.25º40.51%69.02%-
HSV(B)11.25º30.77%81.57%-
XYZ42.9339.231.69-
YUV170.18113.23154.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=40.94%
G=30.71%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815614400.250.310.1811.2540.5169.02
HexD09C900191F12b2945
Octal32023422003137221351105
Binary110100001001110010010000011001111111001010111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09C90; }

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

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

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

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

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

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

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

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