#D19096

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

Shades of Can Can #D19096

Tints of Can Can #D19096

Color information

#D19096 (or 0xD19096) is unknown color: approx Can Can. HEX triplet: D1, 90 and 96. RGB value is (209,144,150). Sum of RGB (Red+Green+Blue) = 209+144+150=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D19096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19096 is #2E6F69. Grayscale: #A4A4A4. Windows color (decimal): -3043178 or 9867473. OLE color: 9867473.

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

Color convert

RGB209144150-
CMYK00.310.280.18
HSL354.46º41.4%69.22%-
HSV(B)354.46º31.1%81.96%-
XYZ41.7735.733.54-
YUV164.12120.03160.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.55%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=41.55%
G=28.63%
B=29.82%

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
Decimal20914415000.310.280.18354.4641.469.22
HexD1909601F1C121622945
Octal321220226037342254251105
Binary11010001100100001001011001111111100100101011000101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19096; }

 p { color: rgb(209,144,150); }

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

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

 a { background-color: rgb(209,144,150); }

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

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

 span { border-color: rgb(209,144,150); }

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