#D98298

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

Shades of Can Can #D98298

Tints of Can Can #D98298

Color information

#D98298 (or 0xD98298) is unknown color: approx Can Can. HEX triplet: D9, 82 and 98. RGB value is (217,130,152). Sum of RGB (Red+Green+Blue) = 217+130+152=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D98298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98298 is #267D67. Grayscale: #9E9E9E. Windows color (decimal): -2522472 or 9994969. OLE color: 9994969.

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

Color convert

RGB217130152-
CMYK00.400.300.15
HSL344.83º53.37%68.04%-
HSV(B)344.83º40.09%85.1%-
XYZ42.2732.9833.84-
YUV158.52124.32169.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.49%
GREEN value IS 130 (51.17% from 255) = 26.05%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=43.49%
G=26.05%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713015200.400.300.15344.8353.3768.04
HexD982980281EF1593544
Octal331202230050361753165104
Binary11011001100000101001100001010001111011111010110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98298; }

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

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

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

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

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

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

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

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