Shades of Can Can #D58790
Tints of Can Can #D58790
RGB
CMYK
RGB Variations
Color information
#D58790 (or 0xD58790) is known color: Can Can. HEX triplet: D5, 87 and 90. RGB value is (213,135,144). Sum of RGB (Red+Green+Blue) = 213+135+144=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D58790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58790 is #2A786F. Grayscale: #9F9F9F. Windows color (decimal): -2783344 or 9471957. OLE color: 9471957.
HSL color Cylindrical-coordinate representation of color #D58790: hue angle of 353.08º 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 #D58790 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 144 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.16 |
| HSL | 353.08º | 0.48% | 0.68% | - |
| HSV(B) | 353.08º | 0.37% | 0.84% | - |
| XYZ | 41.14 | 33.49 | 30.68 | - |
| YUV | 159.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 144 | 0 | 0.37 | 0.32 | 0.16 | 353.08 | 0.48 | 0.68 |
| Hex | D5 | 87 | 90 | 0 | 25 | 20 | 10 | 161 | 30 | 44 |
| Octal | 325 | 207 | 220 | 0 | 45 | 40 | 20 | 541 | 60 | 104 |
| Binary | 11010101 | 10000111 | 10010000 | 0 | 100101 | 100000 | 10000 | 101100001 | 110000 | 1000100 |
Color Harmonies of #D58790
Complementary color
Monochromatic Colors of #D58790
Black with #D58790
Text Example
Text Example
White with #D58790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58790; }
p { color: rgb(213,135,144); }
H1.HeaderClassName
{
color: #D58790;
}
.AnyTagClassName
{
color: #D58790;
}
</style>
background-color css
<style>
a { background-color: #D58790; }
a { background-color: rgb(213,135,144); }
div.DivClassName
{
background-color: #D58790;
}
.BgClassName
{
background-color: #D58790;
}
</style>
border-color css
<style>
span { border-color: #D58790; }
span { border-color: rgb(213,135,144); }
td.TdClassName
{
border-color: #D58790;
}
.TagClassName
{
border-color: #D58790;
}
</style>