Shades of Can Can #DC919C
Tints of Can Can #DC919C
RGB
CMYK
RGB Variations
Color information
#DC919C (or 0xDC919C) is known color: Can Can. HEX triplet: DC, 91 and 9C. RGB value is (220,145,156). Sum of RGB (Red+Green+Blue) = 220+145+156=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC919C is #236E63. Grayscale: #A8A8A8. Windows color (decimal): -2322020 or 10260956. OLE color: 10260956.
HSL color Cylindrical-coordinate representation of color #DC919C: hue angle of 351.2º 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 #DC919C is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 156 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.14 |
| HSL | 351.2º | 0.52% | 0.72% | - |
| HSV(B) | 351.2º | 0.34% | 0.86% | - |
| XYZ | 45.64 | 37.87 | 36.36 | - |
| YUV | 168.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 156 | 0 | 0.34 | 0.29 | 0.14 | 351.2 | 0.52 | 0.72 |
| Hex | DC | 91 | 9C | 0 | 22 | 1D | E | 15F | 34 | 48 |
| Octal | 334 | 221 | 234 | 0 | 42 | 35 | 16 | 537 | 64 | 110 |
| Binary | 11011100 | 10010001 | 10011100 | 0 | 100010 | 11101 | 1110 | 101011111 | 110100 | 1001000 |
Color Harmonies of #DC919C
Complementary color
Monochromatic Colors of #DC919C
Black with #DC919C
Text Example
Text Example
White with #DC919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC919C; }
p { color: rgb(220,145,156); }
H1.HeaderClassName
{
color: #DC919C;
}
.AnyTagClassName
{
color: #DC919C;
}
</style>
background-color css
<style>
a { background-color: #DC919C; }
a { background-color: rgb(220,145,156); }
div.DivClassName
{
background-color: #DC919C;
}
.BgClassName
{
background-color: #DC919C;
}
</style>
border-color css
<style>
span { border-color: #DC919C; }
span { border-color: rgb(220,145,156); }
td.TdClassName
{
border-color: #DC919C;
}
.TagClassName
{
border-color: #DC919C;
}
</style>