Shades of Can Can #D58F91
Tints of Can Can #D58F91
RGB
CMYK
RGB Variations
Color information
#D58F91 (or 0xD58F91) is known color: Can Can. HEX triplet: D5, 8F and 91. RGB value is (213,143,145). Sum of RGB (Red+Green+Blue) = 213+143+145=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58F91 is #2A706E. Grayscale: #A4A4A4. Windows color (decimal): -2781295 or 9539541. OLE color: 9539541.
HSL color Cylindrical-coordinate representation of color #D58F91: hue angle of 358.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58F91 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 145 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.16 |
| HSL | 358.29º | 0.45% | 0.7% | - |
| HSV(B) | 358.29º | 0.33% | 0.84% | - |
| XYZ | 42.37 | 35.84 | 31.47 | - |
| YUV | 164.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 145 | 0 | 0.33 | 0.32 | 0.16 | 358.29 | 0.45 | 0.7 |
| Hex | D5 | 8F | 91 | 0 | 21 | 20 | 10 | 166 | 2D | 46 |
| Octal | 325 | 217 | 221 | 0 | 41 | 40 | 20 | 546 | 55 | 106 |
| Binary | 11010101 | 10001111 | 10010001 | 0 | 100001 | 100000 | 10000 | 101100110 | 101101 | 1000110 |
Color Harmonies of #D58F91
Complementary color
Monochromatic Colors of #D58F91
Black with #D58F91
Text Example
Text Example
White with #D58F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F91; }
p { color: rgb(213,143,145); }
H1.HeaderClassName
{
color: #D58F91;
}
.AnyTagClassName
{
color: #D58F91;
}
</style>
background-color css
<style>
a { background-color: #D58F91; }
a { background-color: rgb(213,143,145); }
div.DivClassName
{
background-color: #D58F91;
}
.BgClassName
{
background-color: #D58F91;
}
</style>
border-color css
<style>
span { border-color: #D58F91; }
span { border-color: rgb(213,143,145); }
td.TdClassName
{
border-color: #D58F91;
}
.TagClassName
{
border-color: #D58F91;
}
</style>