#D194A4

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

Shades of Can Can #D194A4

Tints of Can Can #D194A4

Color information

#D194A4 (or 0xD194A4) is unknown color: approx Can Can. HEX triplet: D1, 94 and A4. RGB value is (209,148,164). Sum of RGB (Red+Green+Blue) = 209+148+164=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D194A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D194A4 is #2E6B5B. Grayscale: #A8A8A8. Windows color (decimal): -3042140 or 10786001. OLE color: 10786001.

HSL color Cylindrical-coordinate representation of color #D194A4: hue angle of 344.26º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D194A4 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB209148164-
CMYK00.290.220.18
HSL344.26º39.87%70%-
HSV(B)344.26º29.19%81.96%-
XYZ43.5937.4240.05-
YUV168.06125.71157.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.12%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=40.12%
G=28.41%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914816400.290.220.18344.2639.8770
HexD194A401D16121582846
Octal321224244035262253050106
Binary11010001100101001010010001110110110100101010110001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D194A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D194A4; }

 p { color: rgb(209,148,164); }

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

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

 a { background-color: rgb(209,148,164); }

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

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

 span { border-color: rgb(209,148,164); }

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