Shades of Can Can #D48994
Tints of Can Can #D48994
RGB
CMYK
RGB Variations
Color information
#D48994 (or 0xD48994) is known color: Can Can. HEX triplet: D4, 89 and 94. RGB value is (212,137,148). Sum of RGB (Red+Green+Blue) = 212+137+148=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D48994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48994 is #2B766B. Grayscale: #A0A0A0. Windows color (decimal): -2848364 or 9734612. OLE color: 9734612.
HSL color Cylindrical-coordinate representation of color #D48994: hue angle of 351.2º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48994 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 148 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.17 |
| HSL | 351.2º | 0.47% | 0.68% | - |
| HSV(B) | 351.2º | 0.35% | 0.83% | - |
| XYZ | 41.44 | 34.03 | 32.4 | - |
| YUV | 160.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 148 | 0 | 0.35 | 0.30 | 0.17 | 351.2 | 0.47 | 0.68 |
| Hex | D4 | 89 | 94 | 0 | 23 | 1E | 11 | 15F | 2F | 44 |
| Octal | 324 | 211 | 224 | 0 | 43 | 36 | 21 | 537 | 57 | 104 |
| Binary | 11010100 | 10001001 | 10010100 | 0 | 100011 | 11110 | 10001 | 101011111 | 101111 | 1000100 |
Color Harmonies of #D48994
Complementary color
Monochromatic Colors of #D48994
Black with #D48994
Text Example
Text Example
White with #D48994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48994; }
p { color: rgb(212,137,148); }
H1.HeaderClassName
{
color: #D48994;
}
.AnyTagClassName
{
color: #D48994;
}
</style>
background-color css
<style>
a { background-color: #D48994; }
a { background-color: rgb(212,137,148); }
div.DivClassName
{
background-color: #D48994;
}
.BgClassName
{
background-color: #D48994;
}
</style>
border-color css
<style>
span { border-color: #D48994; }
span { border-color: rgb(212,137,148); }
td.TdClassName
{
border-color: #D48994;
}
.TagClassName
{
border-color: #D48994;
}
</style>