#DC8C9B

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

Shades of Can Can #DC8C9B

Tints of Can Can #DC8C9B

Color information

#DC8C9B (or 0xDC8C9B) is unknown color: approx Can Can. HEX triplet: DC, 8C and 9B. RGB value is (220,140,155). Sum of RGB (Red+Green+Blue) = 220+140+155=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C9B is #237364. Grayscale: #A5A5A5. Windows color (decimal): -2323301 or 10194140. OLE color: 10194140.

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

Color convert

RGB220140155-
CMYK00.360.300.14
HSL348.75º53.33%70.59%-
HSV(B)348.75º36.36%86.27%-
XYZ44.8136.3435.66-
YUV165.63122166.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=42.72%
G=27.18%
B=30.10%

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
Decimal22014015500.360.300.14348.7553.3370.59
HexDC8C9B0241EE15d3547
Octal334214233044361653565107
Binary11011100100011001001101101001001111011101010111011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C9B; }

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

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

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

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

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

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

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

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