#DC9198

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

Shades of Can Can #DC9198

Tints of Can Can #DC9198

Color information

#DC9198 (or 0xDC9198) is unknown color: approx Can Can. HEX triplet: DC, 91 and 98. RGB value is (220,145,152). Sum of RGB (Red+Green+Blue) = 220+145+152=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9198 is #236E67. Grayscale: #A8A8A8. Windows color (decimal): -2322024 or 9998812. OLE color: 9998812.

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

Color convert

RGB220145152-
CMYK00.340.310.14
HSL354.4º51.72%71.57%-
HSV(B)354.4º34.09%86.27%-
XYZ45.3137.7334.6-
YUV168.22118.85164.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 145 (57.03% from 255) = 28.05%
BLUE value IS 152 (59.77% from 255) = 29.40%
R=42.55%
G=28.05%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014515200.340.310.14354.451.7271.57
HexDC91980221FE1623448
Octal334221230042371654264110
Binary11011100100100011001100001000101111111101011000101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9198; }

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

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

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

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

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

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

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

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