#D98595

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

Shades of Can Can #D98595

Tints of Can Can #D98595

Color information

#D98595 (or 0xD98595) is unknown color: approx Can Can. HEX triplet: D9, 85 and 95. RGB value is (217,133,149). Sum of RGB (Red+Green+Blue) = 217+133+149=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D98595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98595 is #267A6A. Grayscale: #9F9F9F. Windows color (decimal): -2521707 or 9799129. OLE color: 9799129.

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

Color convert

RGB217133149-
CMYK00.390.310.15
HSL348.57º52.5%68.63%-
HSV(B)348.57º38.71%85.1%-
XYZ42.4333.732.7-
YUV159.94121.83168.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.49%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=43.49%
G=26.65%
B=29.86%

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
Decimal21713314900.390.310.15348.5752.568.63
HexD985950271FF15d3445
Octal331205225047371753564105
Binary11011001100001011001010101001111111111111010111011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98595; }

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

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

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

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

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

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

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

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