Shades of Can Can #D58CA3
Tints of Can Can #D58CA3
RGB
CMYK
RGB Variations
Color information
#D58CA3 (or 0xD58CA3) is known color: Can Can. HEX triplet: D5, 8C and A3. RGB value is (213,140,163). Sum of RGB (Red+Green+Blue) = 213+140+163=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CA3 is #2A735C. Grayscale: #A4A4A4. Windows color (decimal): -2782045 or 10718421. OLE color: 10718421.
HSL color Cylindrical-coordinate representation of color #D58CA3: hue angle of 341.1º 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 #D58CA3 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 163 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.16 |
| HSL | 341.1º | 0.46% | 0.69% | - |
| HSV(B) | 341.1º | 0.34% | 0.84% | - |
| XYZ | 43.43 | 35.55 | 39.22 | - |
| YUV | 164.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 163 | 0 | 0.34 | 0.23 | 0.16 | 341.1 | 0.46 | 0.69 |
| Hex | D5 | 8C | A3 | 0 | 22 | 17 | 10 | 155 | 2E | 45 |
| Octal | 325 | 214 | 243 | 0 | 42 | 27 | 20 | 525 | 56 | 105 |
| Binary | 11010101 | 10001100 | 10100011 | 0 | 100010 | 10111 | 10000 | 101010101 | 101110 | 1000101 |
Color Harmonies of #D58CA3
Complementary color
Monochromatic Colors of #D58CA3
Black with #D58CA3
Text Example
Text Example
White with #D58CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CA3; }
p { color: rgb(213,140,163); }
H1.HeaderClassName
{
color: #D58CA3;
}
.AnyTagClassName
{
color: #D58CA3;
}
</style>
background-color css
<style>
a { background-color: #D58CA3; }
a { background-color: rgb(213,140,163); }
div.DivClassName
{
background-color: #D58CA3;
}
.BgClassName
{
background-color: #D58CA3;
}
</style>
border-color css
<style>
span { border-color: #D58CA3; }
span { border-color: rgb(213,140,163); }
td.TdClassName
{
border-color: #D58CA3;
}
.TagClassName
{
border-color: #D58CA3;
}
</style>