#D98F99

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

Shades of Can Can #D98F99

Tints of Can Can #D98F99

Color information

#D98F99 (or 0xD98F99) is unknown color: approx Can Can. HEX triplet: D9, 8F and 99. RGB value is (217,143,153). Sum of RGB (Red+Green+Blue) = 217+143+153=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98F99 is #267066. Grayscale: #A6A6A6. Windows color (decimal): -2519143 or 10063833. OLE color: 10063833.

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

Color convert

RGB217143153-
CMYK00.340.290.15
HSL351.89º49.33%70.59%-
HSV(B)351.89º34.1%85.1%-
XYZ44.1936.734.89-
YUV166.27120.52164.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 153 (60.16% from 255) = 29.82%
R=42.30%
G=27.88%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714315300.340.290.15351.8949.3370.59
HexD98F990221DF1603147
Octal331217231042351754061107
Binary11011001100011111001100101000101110111111011000001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98F99; }

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

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

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

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

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

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

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

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