#D98F95

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

Shades of Can Can #D98F95

Tints of Can Can #D98F95

Color information

#D98F95 (or 0xD98F95) is unknown color: approx Can Can. HEX triplet: D9, 8F and 95. RGB value is (217,143,149). Sum of RGB (Red+Green+Blue) = 217+143+149=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98F95 is #26706A. Grayscale: #A5A5A5. Windows color (decimal): -2519147 or 9801689. OLE color: 9801689.

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

Color convert

RGB217143149-
CMYK00.340.310.15
HSL355.14º49.33%70.59%-
HSV(B)355.14º34.1%85.1%-
XYZ43.8636.5733.18-
YUV165.81118.52164.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 143 (56.25% from 255) = 28.09%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=42.63%
G=28.09%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714314900.340.310.15355.1449.3370.59
HexD98F950221FF1633147
Octal331217225042371754361107
Binary11011001100011111001010101000101111111111011000111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98F95; }

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

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

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

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

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

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

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

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