Shades of Can Can #D7829C
Tints of Can Can #D7829C
RGB
CMYK
RGB Variations
Color information
#D7829C (or 0xD7829C) is known color: Can Can. HEX triplet: D7, 82 and 9C. RGB value is (215,130,156). Sum of RGB (Red+Green+Blue) = 215+130+156=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7829C is #287D63. Grayscale: #9E9E9E. Windows color (decimal): -2653540 or 10257111. OLE color: 10257111.
HSL color Cylindrical-coordinate representation of color #D7829C: hue angle of 341.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7829C is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 156 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.16 |
| HSL | 341.65º | 0.52% | 0.68% | - |
| HSV(B) | 341.65º | 0.4% | 0.84% | - |
| XYZ | 42.01 | 32.81 | 35.57 | - |
| YUV | 158.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 156 | 0 | 0.40 | 0.27 | 0.16 | 341.65 | 0.52 | 0.68 |
| Hex | D7 | 82 | 9C | 0 | 28 | 1B | 10 | 156 | 34 | 44 |
| Octal | 327 | 202 | 234 | 0 | 50 | 33 | 20 | 526 | 64 | 104 |
| Binary | 11010111 | 10000010 | 10011100 | 0 | 101000 | 11011 | 10000 | 101010110 | 110100 | 1000100 |
Color Harmonies of #D7829C
Complementary color
Monochromatic Colors of #D7829C
Black with #D7829C
Text Example
Text Example
White with #D7829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7829C; }
p { color: rgb(215,130,156); }
H1.HeaderClassName
{
color: #D7829C;
}
.AnyTagClassName
{
color: #D7829C;
}
</style>
background-color css
<style>
a { background-color: #D7829C; }
a { background-color: rgb(215,130,156); }
div.DivClassName
{
background-color: #D7829C;
}
.BgClassName
{
background-color: #D7829C;
}
</style>
border-color css
<style>
span { border-color: #D7829C; }
span { border-color: rgb(215,130,156); }
td.TdClassName
{
border-color: #D7829C;
}
.TagClassName
{
border-color: #D7829C;
}
</style>