Shades of Can Can #D5909C
Tints of Can Can #D5909C
RGB
CMYK
RGB Variations
Color information
#D5909C (or 0xD5909C) is known color: Can Can. HEX triplet: D5, 90 and 9C. RGB value is (213,144,156). Sum of RGB (Red+Green+Blue) = 213+144+156=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5909C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5909C is #2A6F63. Grayscale: #A6A6A6. Windows color (decimal): -2781028 or 10260693. OLE color: 10260693.
HSL color Cylindrical-coordinate representation of color #D5909C: hue angle of 349.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5909C is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 156 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.16 |
| HSL | 349.57º | 0.45% | 0.7% | - |
| HSV(B) | 349.57º | 0.32% | 0.84% | - |
| XYZ | 43.41 | 36.49 | 36.21 | - |
| YUV | 166 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 156 | 0 | 0.32 | 0.27 | 0.16 | 349.57 | 0.45 | 0.7 |
| Hex | D5 | 90 | 9C | 0 | 20 | 1B | 10 | 15E | 2D | 46 |
| Octal | 325 | 220 | 234 | 0 | 40 | 33 | 20 | 536 | 55 | 106 |
| Binary | 11010101 | 10010000 | 10011100 | 0 | 100000 | 11011 | 10000 | 101011110 | 101101 | 1000110 |
Color Harmonies of #D5909C
Complementary color
Monochromatic Colors of #D5909C
Black with #D5909C
Text Example
Text Example
White with #D5909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5909C; }
p { color: rgb(213,144,156); }
H1.HeaderClassName
{
color: #D5909C;
}
.AnyTagClassName
{
color: #D5909C;
}
</style>
background-color css
<style>
a { background-color: #D5909C; }
a { background-color: rgb(213,144,156); }
div.DivClassName
{
background-color: #D5909C;
}
.BgClassName
{
background-color: #D5909C;
}
</style>
border-color css
<style>
span { border-color: #D5909C; }
span { border-color: rgb(213,144,156); }
td.TdClassName
{
border-color: #D5909C;
}
.TagClassName
{
border-color: #D5909C;
}
</style>