#D98494

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

Shades of Can Can #D98494

Tints of Can Can #D98494

Color information

#D98494 (or 0xD98494) is unknown color: approx Can Can. HEX triplet: D9, 84 and 94. RGB value is (217,132,148). Sum of RGB (Red+Green+Blue) = 217+132+148=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D98494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98494 is #267B6B. Grayscale: #9F9F9F. Windows color (decimal): -2521964 or 9733337. OLE color: 9733337.

HSL color Cylindrical-coordinate representation of color #D98494: hue angle of 348.71º degrees, saturation: 0.53, 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 #D98494 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB217132148-
CMYK00.390.320.15
HSL348.71º52.8%68.43%-
HSV(B)348.71º39.17%85.1%-
XYZ42.2133.3932.24-
YUV159.24121.66169.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=43.66%
G=26.56%
B=29.78%

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
Decimal21713214800.390.320.15348.7152.868.43
HexD9849402720F15d3544
Octal331204224047401753565104
Binary110110011000010010010100010011110000011111010111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98494; }

 p { color: rgb(217,132,148); }

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

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

 a { background-color: rgb(217,132,148); }

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

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

 span { border-color: rgb(217,132,148); }

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