Shades of Can Can #D4919B
Tints of Can Can #D4919B
RGB
CMYK
RGB Variations
Color information
#D4919B (or 0xD4919B) is known color: Can Can. HEX triplet: D4, 91 and 9B. RGB value is (212,145,155). Sum of RGB (Red+Green+Blue) = 212+145+155=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4919B is #2B6E64. Grayscale: #A6A6A6. Windows color (decimal): -2846309 or 10195412. OLE color: 10195412.
HSL color Cylindrical-coordinate representation of color #D4919B: hue angle of 351.04º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4919B is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 155 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.17 |
| HSL | 351.04º | 0.44% | 0.7% | - |
| HSV(B) | 351.04º | 0.32% | 0.83% | - |
| XYZ | 43.19 | 36.61 | 35.8 | - |
| YUV | 166.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 155 | 0 | 0.32 | 0.27 | 0.17 | 351.04 | 0.44 | 0.7 |
| Hex | D4 | 91 | 9B | 0 | 20 | 1B | 11 | 15F | 2C | 46 |
| Octal | 324 | 221 | 233 | 0 | 40 | 33 | 21 | 537 | 54 | 106 |
| Binary | 11010100 | 10010001 | 10011011 | 0 | 100000 | 11011 | 10001 | 101011111 | 101100 | 1000110 |
Color Harmonies of #D4919B
Complementary color
Monochromatic Colors of #D4919B
Black with #D4919B
Text Example
Text Example
White with #D4919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4919B; }
p { color: rgb(212,145,155); }
H1.HeaderClassName
{
color: #D4919B;
}
.AnyTagClassName
{
color: #D4919B;
}
</style>
background-color css
<style>
a { background-color: #D4919B; }
a { background-color: rgb(212,145,155); }
div.DivClassName
{
background-color: #D4919B;
}
.BgClassName
{
background-color: #D4919B;
}
</style>
border-color css
<style>
span { border-color: #D4919B; }
span { border-color: rgb(212,145,155); }
td.TdClassName
{
border-color: #D4919B;
}
.TagClassName
{
border-color: #D4919B;
}
</style>