#D98198

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

Shades of Can Can #D98198

Tints of Can Can #D98198

Color information

#D98198 (or 0xD98198) is unknown color: approx Can Can. HEX triplet: D9, 81 and 98. RGB value is (217,129,152). Sum of RGB (Red+Green+Blue) = 217+129+152=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D98198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98198 is #267E67. Grayscale: #9D9D9D. Windows color (decimal): -2522728 or 9994713. OLE color: 9994713.

HSL color Cylindrical-coordinate representation of color #D98198: hue angle of 344.32º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98198 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB217129152-
CMYK00.410.300.15
HSL344.32º53.66%67.84%-
HSV(B)344.32º40.55%85.1%-
XYZ42.1332.7233.8-
YUV157.93124.65170.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 152 (59.77% from 255) = 30.52%
R=43.57%
G=25.90%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712915200.410.300.15344.3253.6667.84
HexD981980291EF1583644
Octal331201230051361753066104
Binary11011001100000011001100001010011111011111010110001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98198; }

 p { color: rgb(217,129,152); }

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

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

 a { background-color: rgb(217,129,152); }

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

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

 span { border-color: rgb(217,129,152); }

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