Shades of Can Can #D4829B
Tints of Can Can #D4829B
RGB
CMYK
RGB Variations
Color information
#D4829B (or 0xD4829B) is known color: Can Can. HEX triplet: D4, 82 and 9B. RGB value is (212,130,155). Sum of RGB (Red+Green+Blue) = 212+130+155=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4829B is #2B7D64. Grayscale: #9D9D9D. Windows color (decimal): -2850149 or 10191572. OLE color: 10191572.
HSL color Cylindrical-coordinate representation of color #D4829B: hue angle of 341.71º 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 #D4829B is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 155 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.17 |
| HSL | 341.71º | 0.49% | 0.67% | - |
| HSV(B) | 341.71º | 0.39% | 0.83% | - |
| XYZ | 41.05 | 32.33 | 35.09 | - |
| YUV | 157.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 155 | 0 | 0.39 | 0.27 | 0.17 | 341.71 | 0.49 | 0.67 |
| Hex | D4 | 82 | 9B | 0 | 27 | 1B | 11 | 156 | 31 | 43 |
| Octal | 324 | 202 | 233 | 0 | 47 | 33 | 21 | 526 | 61 | 103 |
| Binary | 11010100 | 10000010 | 10011011 | 0 | 100111 | 11011 | 10001 | 101010110 | 110001 | 1000011 |
Color Harmonies of #D4829B
Complementary color
Monochromatic Colors of #D4829B
Black with #D4829B
Text Example
Text Example
White with #D4829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4829B; }
p { color: rgb(212,130,155); }
H1.HeaderClassName
{
color: #D4829B;
}
.AnyTagClassName
{
color: #D4829B;
}
</style>
background-color css
<style>
a { background-color: #D4829B; }
a { background-color: rgb(212,130,155); }
div.DivClassName
{
background-color: #D4829B;
}
.BgClassName
{
background-color: #D4829B;
}
</style>
border-color css
<style>
span { border-color: #D4829B; }
span { border-color: rgb(212,130,155); }
td.TdClassName
{
border-color: #D4829B;
}
.TagClassName
{
border-color: #D4829B;
}
</style>