Shades of Can Can #D48295
Tints of Can Can #D48295
RGB
CMYK
RGB Variations
Color information
#D48295 (or 0xD48295) is known color: Can Can. HEX triplet: D4, 82 and 95. RGB value is (212,130,149). Sum of RGB (Red+Green+Blue) = 212+130+149=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D48295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48295 is #2B7D6A. Grayscale: #9C9C9C. Windows color (decimal): -2850155 or 9798356. OLE color: 9798356.
HSL color Cylindrical-coordinate representation of color #D48295: hue angle of 346.1º 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 #D48295 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 149 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.17 |
| HSL | 346.1º | 0.49% | 0.67% | - |
| HSV(B) | 346.1º | 0.39% | 0.83% | - |
| XYZ | 40.56 | 32.13 | 32.5 | - |
| YUV | 156.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 149 | 0 | 0.39 | 0.30 | 0.17 | 346.1 | 0.49 | 0.67 |
| Hex | D4 | 82 | 95 | 0 | 27 | 1E | 11 | 15A | 31 | 43 |
| Octal | 324 | 202 | 225 | 0 | 47 | 36 | 21 | 532 | 61 | 103 |
| Binary | 11010100 | 10000010 | 10010101 | 0 | 100111 | 11110 | 10001 | 101011010 | 110001 | 1000011 |
Color Harmonies of #D48295
Complementary color
Monochromatic Colors of #D48295
Black with #D48295
Text Example
Text Example
White with #D48295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48295; }
p { color: rgb(212,130,149); }
H1.HeaderClassName
{
color: #D48295;
}
.AnyTagClassName
{
color: #D48295;
}
</style>
background-color css
<style>
a { background-color: #D48295; }
a { background-color: rgb(212,130,149); }
div.DivClassName
{
background-color: #D48295;
}
.BgClassName
{
background-color: #D48295;
}
</style>
border-color css
<style>
span { border-color: #D48295; }
span { border-color: rgb(212,130,149); }
td.TdClassName
{
border-color: #D48295;
}
.TagClassName
{
border-color: #D48295;
}
</style>