Shades of Can Can #D58BA2
Tints of Can Can #D58BA2
RGB
CMYK
RGB Variations
Color information
#D58BA2 (or 0xD58BA2) is known color: Can Can. HEX triplet: D5, 8B and A2. RGB value is (213,139,162). Sum of RGB (Red+Green+Blue) = 213+139+162=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58BA2 is #2A745D. Grayscale: #A3A3A3. Windows color (decimal): -2782302 or 10652629. OLE color: 10652629.
HSL color Cylindrical-coordinate representation of color #D58BA2: hue angle of 341.35º 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 #D58BA2 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 162 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.16 |
| HSL | 341.35º | 0.47% | 0.69% | - |
| HSV(B) | 341.35º | 0.35% | 0.84% | - |
| XYZ | 43.19 | 35.22 | 38.7 | - |
| YUV | 163.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 162 | 0 | 0.35 | 0.24 | 0.16 | 341.35 | 0.47 | 0.69 |
| Hex | D5 | 8B | A2 | 0 | 23 | 18 | 10 | 155 | 2F | 45 |
| Octal | 325 | 213 | 242 | 0 | 43 | 30 | 20 | 525 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10100010 | 0 | 100011 | 11000 | 10000 | 101010101 | 101111 | 1000101 |
Color Harmonies of #D58BA2
Complementary color
Monochromatic Colors of #D58BA2
Black with #D58BA2
Text Example
Text Example
White with #D58BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BA2; }
p { color: rgb(213,139,162); }
H1.HeaderClassName
{
color: #D58BA2;
}
.AnyTagClassName
{
color: #D58BA2;
}
</style>
background-color css
<style>
a { background-color: #D58BA2; }
a { background-color: rgb(213,139,162); }
div.DivClassName
{
background-color: #D58BA2;
}
.BgClassName
{
background-color: #D58BA2;
}
</style>
border-color css
<style>
span { border-color: #D58BA2; }
span { border-color: rgb(213,139,162); }
td.TdClassName
{
border-color: #D58BA2;
}
.TagClassName
{
border-color: #D58BA2;
}
</style>