Shades of Can Can #D58CA0
Tints of Can Can #D58CA0
RGB
CMYK
RGB Variations
Color information
#D58CA0 (or 0xD58CA0) is known color: Can Can. HEX triplet: D5, 8C and A0. RGB value is (213,140,160). Sum of RGB (Red+Green+Blue) = 213+140+160=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CA0 is #2A735F. Grayscale: #A4A4A4. Windows color (decimal): -2782048 or 10521813. OLE color: 10521813.
HSL color Cylindrical-coordinate representation of color #D58CA0: hue angle of 343.56º 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 #D58CA0 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 160 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.16 |
| HSL | 343.56º | 0.46% | 0.69% | - |
| HSV(B) | 343.56º | 0.34% | 0.84% | - |
| XYZ | 43.16 | 35.44 | 37.82 | - |
| YUV | 164.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 160 | 0 | 0.34 | 0.25 | 0.16 | 343.56 | 0.46 | 0.69 |
| Hex | D5 | 8C | A0 | 0 | 22 | 19 | 10 | 158 | 2E | 45 |
| Octal | 325 | 214 | 240 | 0 | 42 | 31 | 20 | 530 | 56 | 105 |
| Binary | 11010101 | 10001100 | 10100000 | 0 | 100010 | 11001 | 10000 | 101011000 | 101110 | 1000101 |
Color Harmonies of #D58CA0
Complementary color
Monochromatic Colors of #D58CA0
Black with #D58CA0
Text Example
Text Example
White with #D58CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CA0; }
p { color: rgb(213,140,160); }
H1.HeaderClassName
{
color: #D58CA0;
}
.AnyTagClassName
{
color: #D58CA0;
}
</style>
background-color css
<style>
a { background-color: #D58CA0; }
a { background-color: rgb(213,140,160); }
div.DivClassName
{
background-color: #D58CA0;
}
.BgClassName
{
background-color: #D58CA0;
}
</style>
border-color css
<style>
span { border-color: #D58CA0; }
span { border-color: rgb(213,140,160); }
td.TdClassName
{
border-color: #D58CA0;
}
.TagClassName
{
border-color: #D58CA0;
}
</style>