Shades of Can Can #D4829C
Tints of Can Can #D4829C
RGB
CMYK
RGB Variations
Color information
#D4829C (or 0xD4829C) is known color: Can Can. HEX triplet: D4, 82 and 9C. RGB value is (212,130,156). Sum of RGB (Red+Green+Blue) = 212+130+156=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4829C is #2B7D63. Grayscale: #9D9D9D. Windows color (decimal): -2850148 or 10257108. OLE color: 10257108.
HSL color Cylindrical-coordinate representation of color #D4829C: hue angle of 340.98º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4829C is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 156 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.17 |
| HSL | 340.98º | 0.49% | 0.67% | - |
| HSV(B) | 340.98º | 0.39% | 0.83% | - |
| XYZ | 41.13 | 32.36 | 35.53 | - |
| YUV | 157.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 156 | 0 | 0.39 | 0.26 | 0.17 | 340.98 | 0.49 | 0.67 |
| Hex | D4 | 82 | 9C | 0 | 27 | 1A | 11 | 155 | 31 | 43 |
| Octal | 324 | 202 | 234 | 0 | 47 | 32 | 21 | 525 | 61 | 103 |
| Binary | 11010100 | 10000010 | 10011100 | 0 | 100111 | 11010 | 10001 | 101010101 | 110001 | 1000011 |
Color Harmonies of #D4829C
Complementary color
Monochromatic Colors of #D4829C
Black with #D4829C
Text Example
Text Example
White with #D4829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4829C; }
p { color: rgb(212,130,156); }
H1.HeaderClassName
{
color: #D4829C;
}
.AnyTagClassName
{
color: #D4829C;
}
</style>
background-color css
<style>
a { background-color: #D4829C; }
a { background-color: rgb(212,130,156); }
div.DivClassName
{
background-color: #D4829C;
}
.BgClassName
{
background-color: #D4829C;
}
</style>
border-color css
<style>
span { border-color: #D4829C; }
span { border-color: rgb(212,130,156); }
td.TdClassName
{
border-color: #D4829C;
}
.TagClassName
{
border-color: #D4829C;
}
</style>