#D68794

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

Shades of Can Can #D68794

Tints of Can Can #D68794

Color information

#D68794 (or 0xD68794) is unknown color: approx Can Can. HEX triplet: D6, 87 and 94. RGB value is (214,135,148). Sum of RGB (Red+Green+Blue) = 214+135+148=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D68794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68794 is #29786B. Grayscale: #A0A0A0. Windows color (decimal): -2717804 or 9734102. OLE color: 9734102.

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

Color convert

RGB214135148-
CMYK00.370.310.16
HSL350.13º49.07%68.43%-
HSV(B)350.13º36.92%83.92%-
XYZ41.7433.7632.33-
YUV160.1121.17166.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=43.06%
G=27.16%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413514800.370.310.16350.1349.0768.43
HexD687940251F1015e3144
Octal326207224045372053661104
Binary110101101000011110010100010010111111100001010111101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68794; }

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

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

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

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

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

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

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

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