Shades of Can Can #D58C91
Tints of Can Can #D58C91
RGB
CMYK
RGB Variations
Color information
#D58C91 (or 0xD58C91) is known color: Can Can. HEX triplet: D5, 8C and 91. RGB value is (213,140,145). Sum of RGB (Red+Green+Blue) = 213+140+145=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C91 is #2A736E. Grayscale: #A2A2A2. Windows color (decimal): -2782063 or 9538773. OLE color: 9538773.
HSL color Cylindrical-coordinate representation of color #D58C91: hue angle of 355.89º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58C91 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 145 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.16 |
| HSL | 355.89º | 0.46% | 0.69% | - |
| HSV(B) | 355.89º | 0.34% | 0.84% | - |
| XYZ | 41.93 | 34.95 | 31.32 | - |
| YUV | 162.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 145 | 0 | 0.34 | 0.32 | 0.16 | 355.89 | 0.46 | 0.69 |
| Hex | D5 | 8C | 91 | 0 | 22 | 20 | 10 | 164 | 2E | 45 |
| Octal | 325 | 214 | 221 | 0 | 42 | 40 | 20 | 544 | 56 | 105 |
| Binary | 11010101 | 10001100 | 10010001 | 0 | 100010 | 100000 | 10000 | 101100100 | 101110 | 1000101 |
Color Harmonies of #D58C91
Complementary color
Monochromatic Colors of #D58C91
Black with #D58C91
Text Example
Text Example
White with #D58C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C91; }
p { color: rgb(213,140,145); }
H1.HeaderClassName
{
color: #D58C91;
}
.AnyTagClassName
{
color: #D58C91;
}
</style>
background-color css
<style>
a { background-color: #D58C91; }
a { background-color: rgb(213,140,145); }
div.DivClassName
{
background-color: #D58C91;
}
.BgClassName
{
background-color: #D58C91;
}
</style>
border-color css
<style>
span { border-color: #D58C91; }
span { border-color: rgb(213,140,145); }
td.TdClassName
{
border-color: #D58C91;
}
.TagClassName
{
border-color: #D58C91;
}
</style>