Shades of Can Can #D4829A
Tints of Can Can #D4829A
RGB
CMYK
RGB Variations
Color information
#D4829A (or 0xD4829A) is known color: Can Can. HEX triplet: D4, 82 and 9A. RGB value is (212,130,154). Sum of RGB (Red+Green+Blue) = 212+130+154=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D4829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4829A is #2B7D65. Grayscale: #9D9D9D. Windows color (decimal): -2850150 or 10126036. OLE color: 10126036.
HSL color Cylindrical-coordinate representation of color #D4829A: hue angle of 342.44º 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 #D4829A is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 154 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.17 |
| HSL | 342.44º | 0.49% | 0.67% | - |
| HSV(B) | 342.44º | 0.39% | 0.83% | - |
| XYZ | 40.97 | 32.3 | 34.65 | - |
| YUV | 157.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 154 | 0 | 0.39 | 0.27 | 0.17 | 342.44 | 0.49 | 0.67 |
| Hex | D4 | 82 | 9A | 0 | 27 | 1B | 11 | 156 | 31 | 43 |
| Octal | 324 | 202 | 232 | 0 | 47 | 33 | 21 | 526 | 61 | 103 |
| Binary | 11010100 | 10000010 | 10011010 | 0 | 100111 | 11011 | 10001 | 101010110 | 110001 | 1000011 |
Color Harmonies of #D4829A
Complementary color
Monochromatic Colors of #D4829A
Black with #D4829A
Text Example
Text Example
White with #D4829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4829A; }
p { color: rgb(212,130,154); }
H1.HeaderClassName
{
color: #D4829A;
}
.AnyTagClassName
{
color: #D4829A;
}
</style>
background-color css
<style>
a { background-color: #D4829A; }
a { background-color: rgb(212,130,154); }
div.DivClassName
{
background-color: #D4829A;
}
.BgClassName
{
background-color: #D4829A;
}
</style>
border-color css
<style>
span { border-color: #D4829A; }
span { border-color: rgb(212,130,154); }
td.TdClassName
{
border-color: #D4829A;
}
.TagClassName
{
border-color: #D4829A;
}
</style>