#D492A1

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

Shades of Can Can #D492A1

Tints of Can Can #D492A1

Color information

#D492A1 (or 0xD492A1) is unknown color: approx Can Can. HEX triplet: D4, 92 and A1. RGB value is (212,146,161). Sum of RGB (Red+Green+Blue) = 212+146+161=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D492A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492A1 is #2B6D5E. Grayscale: #A7A7A7. Windows color (decimal): -2846047 or 10588884. OLE color: 10588884.

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

Color convert

RGB212146161-
CMYK00.310.240.17
HSL346.36º43.42%70.2%-
HSV(B)346.36º31.13%83.14%-
XYZ43.8637.1338.57-
YUV167.44124.37159.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=40.85%
G=28.13%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214616100.310.240.17346.3643.4270.2
HexD492A101F181115a2b46
Octal324222241037302153253106
Binary11010100100100101010000101111111000100011010110101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D492A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D492A1; }

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

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

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

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

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

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

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

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