Shades of Can Can #D58596
Tints of Can Can #D58596
RGB
CMYK
RGB Variations
Color information
#D58596 (or 0xD58596) is known color: Can Can. HEX triplet: D5, 85 and 96. RGB value is (213,133,150). Sum of RGB (Red+Green+Blue) = 213+133+150=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D58596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58596 is #2A7A69. Grayscale: #9E9E9E. Windows color (decimal): -2783850 or 9864661. OLE color: 9864661.
HSL color Cylindrical-coordinate representation of color #D58596: hue angle of 347.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58596 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 150 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.16 |
| HSL | 347.25º | 0.49% | 0.68% | - |
| HSV(B) | 347.25º | 0.38% | 0.84% | - |
| XYZ | 41.33 | 33.12 | 33.07 | - |
| YUV | 158.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 150 | 0 | 0.38 | 0.30 | 0.16 | 347.25 | 0.49 | 0.68 |
| Hex | D5 | 85 | 96 | 0 | 26 | 1E | 10 | 15B | 31 | 44 |
| Octal | 325 | 205 | 226 | 0 | 46 | 36 | 20 | 533 | 61 | 104 |
| Binary | 11010101 | 10000101 | 10010110 | 0 | 100110 | 11110 | 10000 | 101011011 | 110001 | 1000100 |
Color Harmonies of #D58596
Complementary color
Monochromatic Colors of #D58596
Black with #D58596
Text Example
Text Example
White with #D58596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58596; }
p { color: rgb(213,133,150); }
H1.HeaderClassName
{
color: #D58596;
}
.AnyTagClassName
{
color: #D58596;
}
</style>
background-color css
<style>
a { background-color: #D58596; }
a { background-color: rgb(213,133,150); }
div.DivClassName
{
background-color: #D58596;
}
.BgClassName
{
background-color: #D58596;
}
</style>
border-color css
<style>
span { border-color: #D58596; }
span { border-color: rgb(213,133,150); }
td.TdClassName
{
border-color: #D58596;
}
.TagClassName
{
border-color: #D58596;
}
</style>