Shades of Can Can #D4849A
Tints of Can Can #D4849A
RGB
CMYK
RGB Variations
Color information
#D4849A (or 0xD4849A) is known color: Can Can. HEX triplet: D4, 84 and 9A. RGB value is (212,132,154). Sum of RGB (Red+Green+Blue) = 212+132+154=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4849A is #2B7B65. Grayscale: #9E9E9E. Windows color (decimal): -2849638 or 10126548. OLE color: 10126548.
HSL color Cylindrical-coordinate representation of color #D4849A: hue angle of 343.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4849A is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 154 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.17 |
| HSL | 343.5º | 0.48% | 0.67% | - |
| HSV(B) | 343.5º | 0.38% | 0.83% | - |
| XYZ | 41.24 | 32.83 | 34.74 | - |
| YUV | 158.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 154 | 0 | 0.38 | 0.27 | 0.17 | 343.5 | 0.48 | 0.67 |
| Hex | D4 | 84 | 9A | 0 | 26 | 1B | 11 | 158 | 30 | 43 |
| Octal | 324 | 204 | 232 | 0 | 46 | 33 | 21 | 530 | 60 | 103 |
| Binary | 11010100 | 10000100 | 10011010 | 0 | 100110 | 11011 | 10001 | 101011000 | 110000 | 1000011 |
Color Harmonies of #D4849A
Complementary color
Monochromatic Colors of #D4849A
Black with #D4849A
Text Example
Text Example
White with #D4849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4849A; }
p { color: rgb(212,132,154); }
H1.HeaderClassName
{
color: #D4849A;
}
.AnyTagClassName
{
color: #D4849A;
}
</style>
background-color css
<style>
a { background-color: #D4849A; }
a { background-color: rgb(212,132,154); }
div.DivClassName
{
background-color: #D4849A;
}
.BgClassName
{
background-color: #D4849A;
}
</style>
border-color css
<style>
span { border-color: #D4849A; }
span { border-color: rgb(212,132,154); }
td.TdClassName
{
border-color: #D4849A;
}
.TagClassName
{
border-color: #D4849A;
}
</style>