#D49199

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

Shades of Can Can #D49199

Tints of Can Can #D49199

Color information

#D49199 (or 0xD49199) is unknown color: approx Can Can. HEX triplet: D4, 91 and 99. RGB value is (212,145,153). Sum of RGB (Red+Green+Blue) = 212+145+153=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D49199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49199 is #2B6E66. Grayscale: #A5A5A5. Windows color (decimal): -2846311 or 10064340. OLE color: 10064340.

HSL color Cylindrical-coordinate representation of color #D49199: hue angle of 352.84º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49199 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB212145153-
CMYK00.320.280.17
HSL352.84º43.79%70%-
HSV(B)352.84º31.6%83.14%-
XYZ43.0336.5534.92-
YUV165.94120.7160.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.57%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 153 (60.16% from 255) = 30%
R=41.57%
G=28.43%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214515300.320.280.17352.8443.7970
HexD491990201C111612c46
Octal324221231040342154154106
Binary110101001001000110011001010000011100100011011000011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49199; }

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

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

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

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

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

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

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

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