Shades of Can Can #D5888B
Tints of Can Can #D5888B
RGB
CMYK
RGB Variations
Color information
#D5888B (or 0xD5888B) is known color: Can Can. HEX triplet: D5, 88 and 8B. RGB value is (213,136,139). Sum of RGB (Red+Green+Blue) = 213+136+139=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5888B is #2A7774. Grayscale: #9F9F9F. Windows color (decimal): -2783093 or 9144533. OLE color: 9144533.
HSL color Cylindrical-coordinate representation of color #D5888B: hue angle of 357.66º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5888B is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 139 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.16 |
| HSL | 357.66º | 0.48% | 0.68% | - |
| HSV(B) | 357.66º | 0.36% | 0.84% | - |
| XYZ | 40.9 | 33.62 | 28.76 | - |
| YUV | 159.37 | 116.51 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 139 | 0 | 0.36 | 0.35 | 0.16 | 357.66 | 0.48 | 0.68 |
| Hex | D5 | 88 | 8B | 0 | 24 | 23 | 10 | 166 | 30 | 44 |
| Octal | 325 | 210 | 213 | 0 | 44 | 43 | 20 | 546 | 60 | 104 |
| Binary | 11010101 | 10001000 | 10001011 | 0 | 100100 | 100011 | 10000 | 101100110 | 110000 | 1000100 |
Color Harmonies of #D5888B
Complementary color
Monochromatic Colors of #D5888B
Black with #D5888B
Text Example
Text Example
White with #D5888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5888B; }
p { color: rgb(213,136,139); }
H1.HeaderClassName
{
color: #D5888B;
}
.AnyTagClassName
{
color: #D5888B;
}
</style>
background-color css
<style>
a { background-color: #D5888B; }
a { background-color: rgb(213,136,139); }
div.DivClassName
{
background-color: #D5888B;
}
.BgClassName
{
background-color: #D5888B;
}
</style>
border-color css
<style>
span { border-color: #D5888B; }
span { border-color: rgb(213,136,139); }
td.TdClassName
{
border-color: #D5888B;
}
.TagClassName
{
border-color: #D5888B;
}
</style>