#D495A3

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

Shades of Can Can #D495A3

Tints of Can Can #D495A3

Color information

#D495A3 (or 0xD495A3) is unknown color: approx Can Can. HEX triplet: D4, 95 and A3. RGB value is (212,149,163). Sum of RGB (Red+Green+Blue) = 212+149+163=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D495A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D495A3 is #2B6A5C. Grayscale: #A9A9A9. Windows color (decimal): -2845277 or 10720724. OLE color: 10720724.

HSL color Cylindrical-coordinate representation of color #D495A3: hue angle of 346.67º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495A3 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB212149163-
CMYK00.300.230.17
HSL346.67º42.28%70.78%-
HSV(B)346.67º29.72%83.14%-
XYZ44.5138.1439.67-
YUV169.43124.37158.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 163 (64.06% from 255) = 31.11%
R=40.46%
G=28.44%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214916300.300.230.17346.6742.2870.78
HexD495A301E171115b2a47
Octal324225243036272153352107
Binary11010100100101011010001101111010111100011010110111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D495A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D495A3; }

 p { color: rgb(212,149,163); }

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

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

 a { background-color: rgb(212,149,163); }

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

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

 span { border-color: rgb(212,149,163); }

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