#D094A2

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

Shades of Can Can #D094A2

Tints of Can Can #D094A2

Color information

#D094A2 (or 0xD094A2) is unknown color: approx Can Can. HEX triplet: D0, 94 and A2. RGB value is (208,148,162). Sum of RGB (Red+Green+Blue) = 208+148+162=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D094A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D094A2 is #2F6B5D. Grayscale: #A7A7A7. Windows color (decimal): -3107678 or 10654928. OLE color: 10654928.

HSL color Cylindrical-coordinate representation of color #D094A2: hue angle of 346º degrees, saturation: 0.39, 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 #D094A2 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB208148162-
CMYK00.290.220.18
HSL346º38.96%69.8%-
HSV(B)346º28.85%81.57%-
XYZ43.1237.239.09-
YUV167.54124.88156.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 162 (63.67% from 255) = 31.27%
R=40.15%
G=28.57%
B=31.27%

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
Decimal20814816200.290.220.1834638.9669.8
HexD094A201D161215a2746
Octal320224242035262253247106
Binary11010000100101001010001001110110110100101010110101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D094A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D094A2; }

 p { color: rgb(208,148,162); }

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

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

 a { background-color: rgb(208,148,162); }

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

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

 span { border-color: rgb(208,148,162); }

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