Shades of Can Can #D58A8E
Tints of Can Can #D58A8E
RGB
CMYK
RGB Variations
Color information
#D58A8E (or 0xD58A8E) is known color: Can Can. HEX triplet: D5, 8A and 8E. RGB value is (213,138,142). Sum of RGB (Red+Green+Blue) = 213+138+142=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A8E is #2A7571. Grayscale: #A0A0A0. Windows color (decimal): -2782578 or 9341653. OLE color: 9341653.
HSL color Cylindrical-coordinate representation of color #D58A8E: hue angle of 356.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58A8E is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 142 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.16 |
| HSL | 356.8º | 0.47% | 0.69% | - |
| HSV(B) | 356.8º | 0.35% | 0.84% | - |
| XYZ | 41.41 | 34.28 | 30.02 | - |
| YUV | 160.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 142 | 0 | 0.35 | 0.33 | 0.16 | 356.8 | 0.47 | 0.69 |
| Hex | D5 | 8A | 8E | 0 | 23 | 21 | 10 | 165 | 2F | 45 |
| Octal | 325 | 212 | 216 | 0 | 43 | 41 | 20 | 545 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10001110 | 0 | 100011 | 100001 | 10000 | 101100101 | 101111 | 1000101 |
Color Harmonies of #D58A8E
Complementary color
Monochromatic Colors of #D58A8E
Black with #D58A8E
Text Example
Text Example
White with #D58A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A8E; }
p { color: rgb(213,138,142); }
H1.HeaderClassName
{
color: #D58A8E;
}
.AnyTagClassName
{
color: #D58A8E;
}
</style>
background-color css
<style>
a { background-color: #D58A8E; }
a { background-color: rgb(213,138,142); }
div.DivClassName
{
background-color: #D58A8E;
}
.BgClassName
{
background-color: #D58A8E;
}
</style>
border-color css
<style>
span { border-color: #D58A8E; }
span { border-color: rgb(213,138,142); }
td.TdClassName
{
border-color: #D58A8E;
}
.TagClassName
{
border-color: #D58A8E;
}
</style>