Shades of Can Can #D59091
Tints of Can Can #D59091
RGB
CMYK
RGB Variations
Color information
#D59091 (or 0xD59091) is known color: Can Can. HEX triplet: D5, 90 and 91. RGB value is (213,144,145). Sum of RGB (Red+Green+Blue) = 213+144+145=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D59091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59091 is #2A6F6E. Grayscale: #A4A4A4. Windows color (decimal): -2781039 or 9539797. OLE color: 9539797.
HSL color Cylindrical-coordinate representation of color #D59091: hue angle of 359.13º 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 #D59091 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 145 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.16 |
| HSL | 359.13º | 0.45% | 0.7% | - |
| HSV(B) | 359.13º | 0.32% | 0.84% | - |
| XYZ | 42.52 | 36.14 | 31.52 | - |
| YUV | 164.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 145 | 0 | 0.32 | 0.32 | 0.16 | 359.13 | 0.45 | 0.7 |
| Hex | D5 | 90 | 91 | 0 | 20 | 20 | 10 | 167 | 2D | 46 |
| Octal | 325 | 220 | 221 | 0 | 40 | 40 | 20 | 547 | 55 | 106 |
| Binary | 11010101 | 10010000 | 10010001 | 0 | 100000 | 100000 | 10000 | 101100111 | 101101 | 1000110 |
Color Harmonies of #D59091
Complementary color
Monochromatic Colors of #D59091
Black with #D59091
Text Example
Text Example
White with #D59091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59091; }
p { color: rgb(213,144,145); }
H1.HeaderClassName
{
color: #D59091;
}
.AnyTagClassName
{
color: #D59091;
}
</style>
background-color css
<style>
a { background-color: #D59091; }
a { background-color: rgb(213,144,145); }
div.DivClassName
{
background-color: #D59091;
}
.BgClassName
{
background-color: #D59091;
}
</style>
border-color css
<style>
span { border-color: #D59091; }
span { border-color: rgb(213,144,145); }
td.TdClassName
{
border-color: #D59091;
}
.TagClassName
{
border-color: #D59091;
}
</style>