Shades of Can Can #D59195
Tints of Can Can #D59195
RGB
CMYK
RGB Variations
Color information
#D59195 (or 0xD59195) is known color: Can Can. HEX triplet: D5, 91 and 95. RGB value is (213,145,149). Sum of RGB (Red+Green+Blue) = 213+145+149=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D59195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59195 is #2A6E6A. Grayscale: #A5A5A5. Windows color (decimal): -2780779 or 9802197. OLE color: 9802197.
HSL color Cylindrical-coordinate representation of color #D59195: hue angle of 356.47º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59195 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 149 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.16 |
| HSL | 356.47º | 0.45% | 0.7% | - |
| HSV(B) | 356.47º | 0.32% | 0.84% | - |
| XYZ | 42.99 | 36.57 | 33.23 | - |
| YUV | 165.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 149 | 0 | 0.32 | 0.30 | 0.16 | 356.47 | 0.45 | 0.7 |
| Hex | D5 | 91 | 95 | 0 | 20 | 1E | 10 | 164 | 2D | 46 |
| Octal | 325 | 221 | 225 | 0 | 40 | 36 | 20 | 544 | 55 | 106 |
| Binary | 11010101 | 10010001 | 10010101 | 0 | 100000 | 11110 | 10000 | 101100100 | 101101 | 1000110 |
Color Harmonies of #D59195
Complementary color
Monochromatic Colors of #D59195
Black with #D59195
Text Example
Text Example
White with #D59195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59195; }
p { color: rgb(213,145,149); }
H1.HeaderClassName
{
color: #D59195;
}
.AnyTagClassName
{
color: #D59195;
}
</style>
background-color css
<style>
a { background-color: #D59195; }
a { background-color: rgb(213,145,149); }
div.DivClassName
{
background-color: #D59195;
}
.BgClassName
{
background-color: #D59195;
}
</style>
border-color css
<style>
span { border-color: #D59195; }
span { border-color: rgb(213,145,149); }
td.TdClassName
{
border-color: #D59195;
}
.TagClassName
{
border-color: #D59195;
}
</style>