#D68490

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

Shades of Can Can #D68490

Tints of Can Can #D68490

Color information

#D68490 (or 0xD68490) is unknown color: approx Can Can. HEX triplet: D6, 84 and 90. RGB value is (214,132,144). Sum of RGB (Red+Green+Blue) = 214+132+144=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D68490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68490 is #297B6F. Grayscale: #9D9D9D. Windows color (decimal): -2718576 or 9471190. OLE color: 9471190.

HSL color Cylindrical-coordinate representation of color #D68490: hue angle of 351.22º 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 #D68490 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB214132144-
CMYK00.380.330.16
HSL351.22º50%67.84%-
HSV(B)351.22º38.32%83.92%-
XYZ41.0232.8130.56-
YUV157.89120.17168.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 144 (56.64% from 255) = 29.39%
R=43.67%
G=26.94%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413214400.380.330.16351.225067.84
HexD68490026211015f3244
Octal326204220046412053762104
Binary1101011010000100100100000100110100001100001010111111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68490; }

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

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

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

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

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

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

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

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