#D49299

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

Shades of Can Can #D49299

Tints of Can Can #D49299

Color information

#D49299 (or 0xD49299) is unknown color: approx Can Can. HEX triplet: D4, 92 and 99. RGB value is (212,146,153). Sum of RGB (Red+Green+Blue) = 212+146+153=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D49299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49299 is #2B6D66. Grayscale: #A6A6A6. Windows color (decimal): -2846055 or 10064596. OLE color: 10064596.

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

Color convert

RGB212146153-
CMYK00.310.280.17
HSL353.64º43.42%70.2%-
HSV(B)353.64º31.13%83.14%-
XYZ43.1836.8534.97-
YUV166.53120.37160.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 153 (60.16% from 255) = 29.94%
R=41.49%
G=28.57%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214615300.310.280.17353.6443.4270.2
HexD4929901F1C111622b46
Octal324222231037342154253106
Binary11010100100100101001100101111111100100011011000101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49299; }

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

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

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

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

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

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

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

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