Shades of Can Can #D58D8E
Tints of Can Can #D58D8E
RGB
CMYK
RGB Variations
Color information
#D58D8E (or 0xD58D8E) is known color: Can Can. HEX triplet: D5, 8D and 8E. RGB value is (213,141,142). Sum of RGB (Red+Green+Blue) = 213+141+142=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58D8E is #2A7271. Grayscale: #A2A2A2. Windows color (decimal): -2781810 or 9342421. OLE color: 9342421.
HSL color Cylindrical-coordinate representation of color #D58D8E: hue angle of 359.17º 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 #D58D8E is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 142 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.16 |
| HSL | 359.17º | 0.46% | 0.69% | - |
| HSV(B) | 359.17º | 0.34% | 0.84% | - |
| XYZ | 41.85 | 35.15 | 30.17 | - |
| YUV | 162.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 142 | 0 | 0.34 | 0.33 | 0.16 | 359.17 | 0.46 | 0.69 |
| Hex | D5 | 8D | 8E | 0 | 22 | 21 | 10 | 167 | 2E | 45 |
| Octal | 325 | 215 | 216 | 0 | 42 | 41 | 20 | 547 | 56 | 105 |
| Binary | 11010101 | 10001101 | 10001110 | 0 | 100010 | 100001 | 10000 | 101100111 | 101110 | 1000101 |
Color Harmonies of #D58D8E
Complementary color
Monochromatic Colors of #D58D8E
Black with #D58D8E
Text Example
Text Example
White with #D58D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D8E; }
p { color: rgb(213,141,142); }
H1.HeaderClassName
{
color: #D58D8E;
}
.AnyTagClassName
{
color: #D58D8E;
}
</style>
background-color css
<style>
a { background-color: #D58D8E; }
a { background-color: rgb(213,141,142); }
div.DivClassName
{
background-color: #D58D8E;
}
.BgClassName
{
background-color: #D58D8E;
}
</style>
border-color css
<style>
span { border-color: #D58D8E; }
span { border-color: rgb(213,141,142); }
td.TdClassName
{
border-color: #D58D8E;
}
.TagClassName
{
border-color: #D58D8E;
}
</style>