#D18C98

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

Shades of Can Can #D18C98

Tints of Can Can #D18C98

Color information

#D18C98 (or 0xD18C98) is unknown color: approx Can Can. HEX triplet: D1, 8C and 98. RGB value is (209,140,152). Sum of RGB (Red+Green+Blue) = 209+140+152=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18C98 is #2E7367. Grayscale: #A2A2A2. Windows color (decimal): -3044200 or 9997521. OLE color: 9997521.

HSL color Cylindrical-coordinate representation of color #D18C98: hue angle of 349.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18C98 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB209140152-
CMYK00.330.270.18
HSL349.57º42.86%68.43%-
HSV(B)349.57º33.01%81.96%-
XYZ41.3434.5834.2-
YUV162122.36161.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.72%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=41.72%
G=27.94%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914015200.330.270.18349.5742.8668.43
HexD18C980211B1215e2b44
Octal321214230041332253653104
Binary110100011000110010011000010000111011100101010111101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18C98; }

 p { color: rgb(209,140,152); }

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

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

 a { background-color: rgb(209,140,152); }

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

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

 span { border-color: rgb(209,140,152); }

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