Shades of Can Can #D5939B
Tints of Can Can #D5939B
RGB
CMYK
RGB Variations
Color information
#D5939B (or 0xD5939B) is known color: Can Can. HEX triplet: D5, 93 and 9B. RGB value is (213,147,155). Sum of RGB (Red+Green+Blue) = 213+147+155=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5939B is #2A6C64. Grayscale: #A7A7A7. Windows color (decimal): -2780261 or 10195925. OLE color: 10195925.
HSL color Cylindrical-coordinate representation of color #D5939B: hue angle of 352.73º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5939B is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 155 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.16 |
| HSL | 352.73º | 0.44% | 0.71% | - |
| HSV(B) | 352.73º | 0.31% | 0.84% | - |
| XYZ | 43.79 | 37.38 | 35.92 | - |
| YUV | 167.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 155 | 0 | 0.31 | 0.27 | 0.16 | 352.73 | 0.44 | 0.71 |
| Hex | D5 | 93 | 9B | 0 | 1F | 1B | 10 | 161 | 2C | 47 |
| Octal | 325 | 223 | 233 | 0 | 37 | 33 | 20 | 541 | 54 | 107 |
| Binary | 11010101 | 10010011 | 10011011 | 0 | 11111 | 11011 | 10000 | 101100001 | 101100 | 1000111 |
Color Harmonies of #D5939B
Complementary color
Monochromatic Colors of #D5939B
Black with #D5939B
Text Example
Text Example
White with #D5939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5939B; }
p { color: rgb(213,147,155); }
H1.HeaderClassName
{
color: #D5939B;
}
.AnyTagClassName
{
color: #D5939B;
}
</style>
background-color css
<style>
a { background-color: #D5939B; }
a { background-color: rgb(213,147,155); }
div.DivClassName
{
background-color: #D5939B;
}
.BgClassName
{
background-color: #D5939B;
}
</style>
border-color css
<style>
span { border-color: #D5939B; }
span { border-color: rgb(213,147,155); }
td.TdClassName
{
border-color: #D5939B;
}
.TagClassName
{
border-color: #D5939B;
}
</style>