Shades of Can Can #D5829B
Tints of Can Can #D5829B
RGB
CMYK
RGB Variations
Color information
#D5829B (or 0xD5829B) is known color: Can Can. HEX triplet: D5, 82 and 9B. RGB value is (213,130,155). Sum of RGB (Red+Green+Blue) = 213+130+155=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5829B is #2A7D64. Grayscale: #9D9D9D. Windows color (decimal): -2784613 or 10191573. OLE color: 10191573.
HSL color Cylindrical-coordinate representation of color #D5829B: hue angle of 341.93º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5829B is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 155 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.16 |
| HSL | 341.93º | 0.5% | 0.67% | - |
| HSV(B) | 341.93º | 0.39% | 0.84% | - |
| XYZ | 41.34 | 32.48 | 35.1 | - |
| YUV | 157.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 155 | 0 | 0.39 | 0.27 | 0.16 | 341.93 | 0.5 | 0.67 |
| Hex | D5 | 82 | 9B | 0 | 27 | 1B | 10 | 156 | 32 | 43 |
| Octal | 325 | 202 | 233 | 0 | 47 | 33 | 20 | 526 | 62 | 103 |
| Binary | 11010101 | 10000010 | 10011011 | 0 | 100111 | 11011 | 10000 | 101010110 | 110010 | 1000011 |
Color Harmonies of #D5829B
Complementary color
Monochromatic Colors of #D5829B
Black with #D5829B
Text Example
Text Example
White with #D5829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5829B; }
p { color: rgb(213,130,155); }
H1.HeaderClassName
{
color: #D5829B;
}
.AnyTagClassName
{
color: #D5829B;
}
</style>
background-color css
<style>
a { background-color: #D5829B; }
a { background-color: rgb(213,130,155); }
div.DivClassName
{
background-color: #D5829B;
}
.BgClassName
{
background-color: #D5829B;
}
</style>
border-color css
<style>
span { border-color: #D5829B; }
span { border-color: rgb(213,130,155); }
td.TdClassName
{
border-color: #D5829B;
}
.TagClassName
{
border-color: #D5829B;
}
</style>