Shades of Can Can #D4909B
Tints of Can Can #D4909B
RGB
CMYK
RGB Variations
Color information
#D4909B (or 0xD4909B) is known color: Can Can. HEX triplet: D4, 90 and 9B. RGB value is (212,144,155). Sum of RGB (Red+Green+Blue) = 212+144+155=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4909B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4909B is #2B6F64. Grayscale: #A5A5A5. Windows color (decimal): -2846565 or 10195156. OLE color: 10195156.
HSL color Cylindrical-coordinate representation of color #D4909B: hue angle of 350.29º 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 #D4909B is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 144 | 155 | - |
CMYK | 0 | 0.32 | 0.27 | 0.17 |
HSL | 350.29º | 0.44% | 0.7% | - |
HSV(B) | 350.29º | 0.32% | 0.83% | - |
XYZ | 43.04 | 36.31 | 35.75 | - |
YUV | 165.59 | 122.03 | 161.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 144 | 155 | 0 | 0.32 | 0.27 | 0.17 | 350.29 | 0.44 | 0.7 |
Hex | D4 | 90 | 9B | 0 | 20 | 1B | 11 | 15E | 2C | 46 |
Octal | 324 | 220 | 233 | 0 | 40 | 33 | 21 | 536 | 54 | 106 |
Binary | 11010100 | 10010000 | 10011011 | 0 | 100000 | 11011 | 10001 | 101011110 | 101100 | 1000110 |
Color Harmonies of #D4909B
Complementary color
Monochromatic Colors of #D4909B
Black with #D4909B
Text Example
Text Example
White with #D4909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4909B; }
p { color: rgb(212,144,155); }
H1.HeaderClassName
{
color: #D4909B;
}
.AnyTagClassName
{
color: #D4909B;
}
</style>
background-color css
<style>
a { background-color: #D4909B; }
a { background-color: rgb(212,144,155); }
div.DivClassName
{
background-color: #D4909B;
}
.BgClassName
{
background-color: #D4909B;
}
</style>
border-color css
<style>
span { border-color: #D4909B; }
span { border-color: rgb(212,144,155); }
td.TdClassName
{
border-color: #D4909B;
}
.TagClassName
{
border-color: #D4909B;
}
</style>