Shades of Can Can #D7829B
Tints of Can Can #D7829B
RGB
CMYK
RGB Variations
Color information
#D7829B (or 0xD7829B) is known color: Can Can. HEX triplet: D7, 82 and 9B. RGB value is (215,130,155). Sum of RGB (Red+Green+Blue) = 215+130+155=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7829B is #287D64. Grayscale: #9E9E9E. Windows color (decimal): -2653541 or 10191575. OLE color: 10191575.
HSL color Cylindrical-coordinate representation of color #D7829B: hue angle of 342.35º 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 #D7829B is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 155 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.16 |
| HSL | 342.35º | 0.52% | 0.68% | - |
| HSV(B) | 342.35º | 0.4% | 0.84% | - |
| XYZ | 41.92 | 32.78 | 35.13 | - |
| YUV | 158.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 155 | 0 | 0.40 | 0.28 | 0.16 | 342.35 | 0.52 | 0.68 |
| Hex | D7 | 82 | 9B | 0 | 28 | 1C | 10 | 156 | 34 | 44 |
| Octal | 327 | 202 | 233 | 0 | 50 | 34 | 20 | 526 | 64 | 104 |
| Binary | 11010111 | 10000010 | 10011011 | 0 | 101000 | 11100 | 10000 | 101010110 | 110100 | 1000100 |
Color Harmonies of #D7829B
Complementary color
Monochromatic Colors of #D7829B
Black with #D7829B
Text Example
Text Example
White with #D7829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7829B; }
p { color: rgb(215,130,155); }
H1.HeaderClassName
{
color: #D7829B;
}
.AnyTagClassName
{
color: #D7829B;
}
</style>
background-color css
<style>
a { background-color: #D7829B; }
a { background-color: rgb(215,130,155); }
div.DivClassName
{
background-color: #D7829B;
}
.BgClassName
{
background-color: #D7829B;
}
</style>
border-color css
<style>
span { border-color: #D7829B; }
span { border-color: rgb(215,130,155); }
td.TdClassName
{
border-color: #D7829B;
}
.TagClassName
{
border-color: #D7829B;
}
</style>