#D98F9C

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

Shades of Can Can #D98F9C

Tints of Can Can #D98F9C

Color information

#D98F9C (or 0xD98F9C) is unknown color: approx Can Can. HEX triplet: D9, 8F and 9C. RGB value is (217,143,156). Sum of RGB (Red+Green+Blue) = 217+143+156=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98F9C is #267063. Grayscale: #A6A6A6. Windows color (decimal): -2519140 or 10260441. OLE color: 10260441.

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

Color convert

RGB217143156-
CMYK00.340.280.15
HSL349.46º49.33%70.59%-
HSV(B)349.46º34.1%85.1%-
XYZ44.4436.836.21-
YUV166.61122.02163.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=42.05%
G=27.71%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714315600.340.280.15349.4649.3370.59
HexD98F9C0221CF15d3147
Octal331217234042341753561107
Binary11011001100011111001110001000101110011111010111011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98F9C; }

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

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

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

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

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

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

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

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