#D48099

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

Shades of Can Can #D48099

Tints of Can Can #D48099

Color information

#D48099 (or 0xD48099) is unknown color: approx Can Can. HEX triplet: D4, 80 and 99. RGB value is (212,128,153). Sum of RGB (Red+Green+Blue) = 212+128+153=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D48099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48099 is #2B7F66. Grayscale: #9B9B9B. Windows color (decimal): -2850663 or 10059988. OLE color: 10059988.

HSL color Cylindrical-coordinate representation of color #D48099: hue angle of 342.14º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48099 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB212128153-
CMYK00.400.280.17
HSL342.14º49.41%66.67%-
HSV(B)342.14º39.62%83.14%-
XYZ40.6231.7434.12-
YUV155.97126.33167.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=43.00%
G=25.96%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212815300.400.280.17342.1449.4166.67
HexD480990281C111563143
Octal324200231050342152661103
Binary110101001000000010011001010100011100100011010101101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48099; }

 p { color: rgb(212,128,153); }

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

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

 a { background-color: rgb(212,128,153); }

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

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

 span { border-color: rgb(212,128,153); }

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