#DC899B

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

Shades of Can Can #DC899B

Tints of Can Can #DC899B

Color information

#DC899B (or 0xDC899B) is unknown color: approx Can Can. HEX triplet: DC, 89 and 9B. RGB value is (220,137,155). Sum of RGB (Red+Green+Blue) = 220+137+155=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC899B is #237664. Grayscale: #A3A3A3. Windows color (decimal): -2324069 or 10193372. OLE color: 10193372.

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

Color convert

RGB220137155-
CMYK00.380.300.14
HSL346.99º54.25%70%-
HSV(B)346.99º37.73%86.27%-
XYZ44.3835.4735.52-
YUV163.87123168.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=42.97%
G=26.76%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013715500.380.300.14346.9954.2570
HexDC899B0261EE15b3646
Octal334211233046361653366106
Binary11011100100010011001101101001101111011101010110111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC899B; }

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

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

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

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

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

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

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

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