#D68194

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

Shades of Can Can #D68194

Tints of Can Can #D68194

Color information

#D68194 (or 0xD68194) is unknown color: approx Can Can. HEX triplet: D6, 81 and 94. RGB value is (214,129,148). Sum of RGB (Red+Green+Blue) = 214+129+148=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D68194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68194 is #297E6B. Grayscale: #9C9C9C. Windows color (decimal): -2719340 or 9732566. OLE color: 9732566.

HSL color Cylindrical-coordinate representation of color #D68194: hue angle of 346.59º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68194 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214129148-
CMYK00.400.310.16
HSL346.59º50.9%67.25%-
HSV(B)346.59º39.72%83.92%-
XYZ40.9332.1332.06-
YUV156.58123.16168.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=43.58%
G=26.27%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412914800.400.310.16346.5950.967.25
HexD681940281F1015b3343
Octal326201224050372053363103
Binary110101101000000110010100010100011111100001010110111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68194; }

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

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

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

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

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

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

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

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