#D09095

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

Shades of Can Can #D09095

Tints of Can Can #D09095

Color information

#D09095 (or 0xD09095) is unknown color: approx Can Can. HEX triplet: D0, 90 and 95. RGB value is (208,144,149). Sum of RGB (Red+Green+Blue) = 208+144+149=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D09095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09095 is #2F6F6A. Grayscale: #A3A3A3. Windows color (decimal): -3108715 or 9801936. OLE color: 9801936.

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

Color convert

RGB208144149-
CMYK00.310.280.18
HSL355.31º40.51%69.02%-
HSV(B)355.31º30.77%81.57%-
XYZ41.4135.5333.11-
YUV163.71119.7159.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=41.52%
G=28.74%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814414900.310.280.18355.3140.5169.02
HexD0909501F1C121632945
Octal320220225037342254351105
Binary11010000100100001001010101111111100100101011000111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09095; }

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

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

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

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

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

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

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

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