#D68494

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

Shades of Can Can #D68494

Tints of Can Can #D68494

Color information

#D68494 (or 0xD68494) is unknown color: approx Can Can. HEX triplet: D6, 84 and 94. RGB value is (214,132,148). Sum of RGB (Red+Green+Blue) = 214+132+148=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D68494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68494 is #297B6B. Grayscale: #9E9E9E. Windows color (decimal): -2718572 or 9733334. OLE color: 9733334.

HSL color Cylindrical-coordinate representation of color #D68494: hue angle of 348.29º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68494 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214132148-
CMYK00.380.310.16
HSL348.29º50%67.84%-
HSV(B)348.29º38.32%83.92%-
XYZ41.3332.9432.2-
YUV158.34122.17167.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=43.32%
G=26.72%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413214800.380.310.16348.295067.84
HexD684940261F1015c3244
Octal326204224046372053462104
Binary110101101000010010010100010011011111100001010111001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68494; }

 p { color: rgb(214,132,148); }

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

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

 a { background-color: rgb(214,132,148); }

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

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

 span { border-color: rgb(214,132,148); }

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