#D88194

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

Shades of Can Can #D88194

Tints of Can Can #D88194

Color information

#D88194 (or 0xD88194) is unknown color: approx Can Can. HEX triplet: D8, 81 and 94. RGB value is (216,129,148). Sum of RGB (Red+Green+Blue) = 216+129+148=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D88194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88194 is #277E6B. Grayscale: #9D9D9D. Windows color (decimal): -2588268 or 9732568. OLE color: 9732568.

HSL color Cylindrical-coordinate representation of color #D88194: hue angle of 346.9º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88194 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216129148-
CMYK00.400.310.15
HSL346.9º52.73%67.65%-
HSV(B)346.9º40.28%84.71%-
XYZ41.5132.4432.09-
YUV157.18122.82169.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.81%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=43.81%
G=26.17%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612914800.400.310.15346.952.7367.65
HexD881940281FF15b3544
Octal330201224050371753365104
Binary11011000100000011001010001010001111111111010110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88194; }

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

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

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

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

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

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

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

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