#D98993

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

Shades of Can Can #D98993

Tints of Can Can #D98993

Color information

#D98993 (or 0xD98993) is unknown color: approx Can Can. HEX triplet: D9, 89 and 93. RGB value is (217,137,147). Sum of RGB (Red+Green+Blue) = 217+137+147=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D98993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98993 is #26766C. Grayscale: #A2A2A2. Windows color (decimal): -2520685 or 9669081. OLE color: 9669081.

HSL color Cylindrical-coordinate representation of color #D98993: hue angle of 352.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D98993 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB217137147-
CMYK00.370.320.15
HSL352.5º51.28%69.41%-
HSV(B)352.5º36.87%85.1%-
XYZ42.8334.7532.05-
YUV162.06119.5167.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 137 (53.91% from 255) = 27.35%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=43.31%
G=27.35%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713714700.370.320.15352.551.2869.41
HexD9899302520F1603345
Octal331211223045401754063105
Binary110110011000100110010011010010110000011111011000001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98993; }

 p { color: rgb(217,137,147); }

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

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

 a { background-color: rgb(217,137,147); }

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

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

 span { border-color: rgb(217,137,147); }

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