#DC8C99

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

Shades of Can Can #DC8C99

Tints of Can Can #DC8C99

Color information

#DC8C99 (or 0xDC8C99) is unknown color: approx Can Can. HEX triplet: DC, 8C and 99. RGB value is (220,140,153). Sum of RGB (Red+Green+Blue) = 220+140+153=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C99 is #237366. Grayscale: #A5A5A5. Windows color (decimal): -2323303 or 10063068. OLE color: 10063068.

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

Color convert

RGB220140153-
CMYK00.360.300.14
HSL350.25º53.33%70.59%-
HSV(B)350.25º36.36%86.27%-
XYZ44.6436.2734.79-
YUV165.4121166.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 153 (60.16% from 255) = 29.82%
R=42.88%
G=27.29%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014015300.360.300.14350.2553.3370.59
HexDC8C990241EE15e3547
Octal334214231044361653665107
Binary11011100100011001001100101001001111011101010111101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C99; }

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

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

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

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

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

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

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

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