#DC959D

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

Shades of Can Can #DC959D

Tints of Can Can #DC959D

Color information

#DC959D (or 0xDC959D) is unknown color: approx Can Can. HEX triplet: DC, 95 and 9D. RGB value is (220,149,157). Sum of RGB (Red+Green+Blue) = 220+149+157=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC959D is #236A62. Grayscale: #ABABAB. Windows color (decimal): -2320995 or 10327516. OLE color: 10327516.

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

Color convert

RGB220149157-
CMYK00.320.290.14
HSL353.24º50.35%72.35%-
HSV(B)353.24º32.27%86.27%-
XYZ46.3539.1437.01-
YUV171.14120.02162.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.83%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=41.83%
G=28.33%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014915700.320.290.14353.2450.3572.35
HexDC959D0201DE1613248
Octal334225235040351654162110
Binary11011100100101011001110101000001110111101011000011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC959D; }

 p { color: rgb(220,149,157); }

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

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

 a { background-color: rgb(220,149,157); }

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

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

 span { border-color: rgb(220,149,157); }

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