#D98D8F

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

Shades of Can Can #D98D8F

Tints of Can Can #D98D8F

Color information

#D98D8F (or 0xD98D8F) is unknown color: approx Can Can. HEX triplet: D9, 8D and 8F. RGB value is (217,141,143). Sum of RGB (Red+Green+Blue) = 217+141+143=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98D8F is #267270. Grayscale: #A4A4A4. Windows color (decimal): -2519665 or 9407961. OLE color: 9407961.

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

Color convert

RGB217141143-
CMYK00.350.340.15
HSL358.42º50%70.2%-
HSV(B)358.42º35.02%85.1%-
XYZ43.135.7830.62-
YUV163.95116.18165.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=43.31%
G=28.14%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714114300.350.340.15358.425070.2
HexD98D8F02322F1663246
Octal331215217043421754662106
Binary110110011000110110001111010001110001011111011001101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D8F; }

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

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

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

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

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

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

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

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