#D98A9B

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

Shades of Can Can #D98A9B

Tints of Can Can #D98A9B

Color information

#D98A9B (or 0xD98A9B) is unknown color: approx Can Can. HEX triplet: D9, 8A and 9B. RGB value is (217,138,155). Sum of RGB (Red+Green+Blue) = 217+138+155=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98A9B is #267564. Grayscale: #A3A3A3. Windows color (decimal): -2520421 or 10193625. OLE color: 10193625.

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

Color convert

RGB217138155-
CMYK00.360.290.15
HSL347.09º50.97%69.61%-
HSV(B)347.09º36.41%85.1%-
XYZ43.6235.335.52-
YUV163.56123.17166.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.55%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=42.55%
G=27.06%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713815500.360.290.15347.0950.9769.61
HexD98A9B0241DF15b3346
Octal331212233044351753363106
Binary11011001100010101001101101001001110111111010110111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A9B; }

 p { color: rgb(217,138,155); }

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

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

 a { background-color: rgb(217,138,155); }

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

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

 span { border-color: rgb(217,138,155); }

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