#D88492

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

Shades of Can Can #D88492

Tints of Can Can #D88492

Color information

#D88492 (or 0xD88492) is unknown color: approx Can Can. HEX triplet: D8, 84 and 92. RGB value is (216,132,146). Sum of RGB (Red+Green+Blue) = 216+132+146=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D88492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88492 is #277B6D. Grayscale: #9E9E9E. Windows color (decimal): -2587502 or 9602264. OLE color: 9602264.

HSL color Cylindrical-coordinate representation of color #D88492: hue angle of 350º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D88492 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB216132146-
CMYK00.390.320.15
HSL350º51.85%68.24%-
HSV(B)350º38.89%84.71%-
XYZ41.7633.1831.4-
YUV158.71120.83168.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=43.72%
G=26.72%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613214600.390.320.1535051.8568.24
HexD8849202720F15e3444
Octal330204222047401753664104
Binary110110001000010010010010010011110000011111010111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88492; }

 p { color: rgb(216,132,146); }

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

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

 a { background-color: rgb(216,132,146); }

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

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

 span { border-color: rgb(216,132,146); }

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