#D49298

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

Shades of Can Can #D49298

Tints of Can Can #D49298

Color information

#D49298 (or 0xD49298) is unknown color: approx Can Can. HEX triplet: D4, 92 and 98. RGB value is (212,146,152). Sum of RGB (Red+Green+Blue) = 212+146+152=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D49298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49298 is #2B6D67. Grayscale: #A6A6A6. Windows color (decimal): -2846056 or 9999060. OLE color: 9999060.

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

Color convert

RGB212146152-
CMYK00.310.280.17
HSL354.55º43.42%70.2%-
HSV(B)354.55º31.13%83.14%-
XYZ43.136.8234.54-
YUV166.42119.87160.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.57%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 152 (59.77% from 255) = 29.80%
R=41.57%
G=28.63%
B=29.80%

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
Decimal21214615200.310.280.17354.5543.4270.2
HexD4929801F1C111632b46
Octal324222230037342154353106
Binary11010100100100101001100001111111100100011011000111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49298; }

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

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

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

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

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

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

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

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