#D98A98

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

Shades of Can Can #D98A98

Tints of Can Can #D98A98

Color information

#D98A98 (or 0xD98A98) is unknown color: approx Can Can. HEX triplet: D9, 8A and 98. RGB value is (217,138,152). Sum of RGB (Red+Green+Blue) = 217+138+152=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98A98 is #267567. Grayscale: #A3A3A3. Windows color (decimal): -2520424 or 9997017. OLE color: 9997017.

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

Color convert

RGB217138152-
CMYK00.360.300.15
HSL349.37º50.97%69.61%-
HSV(B)349.37º36.41%85.1%-
XYZ43.3735.234.21-
YUV163.22121.67166.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=42.80%
G=27.22%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713815200.360.300.15349.3750.9769.61
HexD98A980241EF15d3346
Octal331212230044361753563106
Binary11011001100010101001100001001001111011111010111011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A98; }

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

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

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

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

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

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

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

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