#D98D8E

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

Shades of Can Can #D98D8E

Tints of Can Can #D98D8E

Color information

#D98D8E (or 0xD98D8E) is unknown color: approx Can Can. HEX triplet: D9, 8D and 8E. RGB value is (217,141,142). Sum of RGB (Red+Green+Blue) = 217+141+142=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98D8E is #267271. Grayscale: #A3A3A3. Windows color (decimal): -2519666 or 9342425. OLE color: 9342425.

HSL color Cylindrical-coordinate representation of color #D98D8E: hue angle of 359.21º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98D8E is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217141142-
CMYK00.350.350.15
HSL359.21º50%70.2%-
HSV(B)359.21º35.02%85.1%-
XYZ43.0235.7530.22-
YUV163.84115.68165.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.4%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=43.4%
G=28.2%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714114200.350.350.15359.215070.2
HexD98D8E02323F1673246
Octal331215216043431754762106
Binary110110011000110110001110010001110001111111011001111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D8E; }

 p { color: rgb(217,141,142); }

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

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

 a { background-color: rgb(217,141,142); }

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

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

 span { border-color: rgb(217,141,142); }

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