#D98495

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

Shades of Can Can #D98495

Tints of Can Can #D98495

Color information

#D98495 (or 0xD98495) is unknown color: approx Can Can. HEX triplet: D9, 84 and 95. RGB value is (217,132,149). Sum of RGB (Red+Green+Blue) = 217+132+149=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D98495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98495 is #267B6A. Grayscale: #9F9F9F. Windows color (decimal): -2521963 or 9798873. OLE color: 9798873.

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

Color convert

RGB217132149-
CMYK00.390.310.15
HSL348º52.8%68.43%-
HSV(B)348º39.17%85.1%-
XYZ42.2933.4232.66-
YUV159.35122.16169.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=43.57%
G=26.51%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713214900.390.310.1534852.868.43
HexD984950271FF15c3544
Octal331204225047371753465104
Binary11011001100001001001010101001111111111111010111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98495; }

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

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

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

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

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

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

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

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