Shades of Can Can #D5878C
Tints of Can Can #D5878C
RGB
CMYK
RGB Variations
Color information
#D5878C (or 0xD5878C) is known color: Can Can. HEX triplet: D5, 87 and 8C. RGB value is (213,135,140). Sum of RGB (Red+Green+Blue) = 213+135+140=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5878C is #2A7873. Grayscale: #9E9E9E. Windows color (decimal): -2783348 or 9209813. OLE color: 9209813.
HSL color Cylindrical-coordinate representation of color #D5878C: hue angle of 356.15º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5878C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 140 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.16 |
| HSL | 356.15º | 0.48% | 0.68% | - |
| HSV(B) | 356.15º | 0.37% | 0.84% | - |
| XYZ | 40.84 | 33.37 | 29.1 | - |
| YUV | 158.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 140 | 0 | 0.37 | 0.34 | 0.16 | 356.15 | 0.48 | 0.68 |
| Hex | D5 | 87 | 8C | 0 | 25 | 22 | 10 | 164 | 30 | 44 |
| Octal | 325 | 207 | 214 | 0 | 45 | 42 | 20 | 544 | 60 | 104 |
| Binary | 11010101 | 10000111 | 10001100 | 0 | 100101 | 100010 | 10000 | 101100100 | 110000 | 1000100 |
Color Harmonies of #D5878C
Complementary color
Monochromatic Colors of #D5878C
Black with #D5878C
Text Example
Text Example
White with #D5878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5878C; }
p { color: rgb(213,135,140); }
H1.HeaderClassName
{
color: #D5878C;
}
.AnyTagClassName
{
color: #D5878C;
}
</style>
background-color css
<style>
a { background-color: #D5878C; }
a { background-color: rgb(213,135,140); }
div.DivClassName
{
background-color: #D5878C;
}
.BgClassName
{
background-color: #D5878C;
}
</style>
border-color css
<style>
span { border-color: #D5878C; }
span { border-color: rgb(213,135,140); }
td.TdClassName
{
border-color: #D5878C;
}
.TagClassName
{
border-color: #D5878C;
}
</style>