#D492A0

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

Shades of Can Can #D492A0

Tints of Can Can #D492A0

Color information

#D492A0 (or 0xD492A0) is unknown color: approx Can Can. HEX triplet: D4, 92 and A0. RGB value is (212,146,160). Sum of RGB (Red+Green+Blue) = 212+146+160=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D492A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492A0 is #2B6D5F. Grayscale: #A7A7A7. Windows color (decimal): -2846048 or 10523348. OLE color: 10523348.

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

Color convert

RGB212146160-
CMYK00.310.250.17
HSL347.27º43.42%70.2%-
HSV(B)347.27º31.13%83.14%-
XYZ43.7837.0938.11-
YUV167.33123.87159.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 160 (62.89% from 255) = 30.89%
R=40.93%
G=28.19%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214616000.310.250.17347.2743.4270.2
HexD492A001F191115b2b46
Octal324222240037312153353106
Binary11010100100100101010000001111111001100011010110111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D492A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D492A0; }

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

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

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

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

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

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

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

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