Shades of Can Can #D58BA0
Tints of Can Can #D58BA0
RGB
CMYK
RGB Variations
Color information
#D58BA0 (or 0xD58BA0) is known color: Can Can. HEX triplet: D5, 8B and A0. RGB value is (213,139,160). Sum of RGB (Red+Green+Blue) = 213+139+160=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58BA0 is #2A745F. Grayscale: #A3A3A3. Windows color (decimal): -2782304 or 10521557. OLE color: 10521557.
HSL color Cylindrical-coordinate representation of color #D58BA0: hue angle of 342.97º 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 #D58BA0 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 160 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.16 |
| HSL | 342.97º | 0.47% | 0.69% | - |
| HSV(B) | 342.97º | 0.35% | 0.84% | - |
| XYZ | 43.02 | 35.15 | 37.77 | - |
| YUV | 163.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 160 | 0 | 0.35 | 0.25 | 0.16 | 342.97 | 0.47 | 0.69 |
| Hex | D5 | 8B | A0 | 0 | 23 | 19 | 10 | 157 | 2F | 45 |
| Octal | 325 | 213 | 240 | 0 | 43 | 31 | 20 | 527 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10100000 | 0 | 100011 | 11001 | 10000 | 101010111 | 101111 | 1000101 |
Color Harmonies of #D58BA0
Complementary color
Monochromatic Colors of #D58BA0
Black with #D58BA0
Text Example
Text Example
White with #D58BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BA0; }
p { color: rgb(213,139,160); }
H1.HeaderClassName
{
color: #D58BA0;
}
.AnyTagClassName
{
color: #D58BA0;
}
</style>
background-color css
<style>
a { background-color: #D58BA0; }
a { background-color: rgb(213,139,160); }
div.DivClassName
{
background-color: #D58BA0;
}
.BgClassName
{
background-color: #D58BA0;
}
</style>
border-color css
<style>
span { border-color: #D58BA0; }
span { border-color: rgb(213,139,160); }
td.TdClassName
{
border-color: #D58BA0;
}
.TagClassName
{
border-color: #D58BA0;
}
</style>