#DC9199

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

Shades of Can Can #DC9199

Tints of Can Can #DC9199

Color information

#DC9199 (or 0xDC9199) is unknown color: approx Can Can. HEX triplet: DC, 91 and 99. RGB value is (220,145,153). Sum of RGB (Red+Green+Blue) = 220+145+153=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9199 is #236E66. Grayscale: #A8A8A8. Windows color (decimal): -2322023 or 10064348. OLE color: 10064348.

HSL color Cylindrical-coordinate representation of color #DC9199: hue angle of 353.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9199 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220145153-
CMYK00.340.300.14
HSL353.6º51.72%71.57%-
HSV(B)353.6º34.09%86.27%-
XYZ45.3937.7735.03-
YUV168.34119.35164.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 145 (57.03% from 255) = 27.99%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=42.47%
G=27.99%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014515300.340.300.14353.651.7271.57
HexDC91990221EE1623448
Octal334221231042361654264110
Binary11011100100100011001100101000101111011101011000101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9199; }

 p { color: rgb(220,145,153); }

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

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

 a { background-color: rgb(220,145,153); }

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

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

 span { border-color: rgb(220,145,153); }

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