Shades of Can Can #D78298
Tints of Can Can #D78298
RGB
CMYK
RGB Variations
Color information
#D78298 (or 0xD78298) is known color: Can Can. HEX triplet: D7, 82 and 98. RGB value is (215,130,152). Sum of RGB (Red+Green+Blue) = 215+130+152=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D78298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78298 is #287D67. Grayscale: #9D9D9D. Windows color (decimal): -2653544 or 9994967. OLE color: 9994967.
HSL color Cylindrical-coordinate representation of color #D78298: hue angle of 344.47º 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 #D78298 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 152 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.16 |
| HSL | 344.47º | 0.52% | 0.68% | - |
| HSV(B) | 344.47º | 0.4% | 0.84% | - |
| XYZ | 41.67 | 32.68 | 33.82 | - |
| YUV | 157.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 152 | 0 | 0.40 | 0.29 | 0.16 | 344.47 | 0.52 | 0.68 |
| Hex | D7 | 82 | 98 | 0 | 28 | 1D | 10 | 158 | 34 | 44 |
| Octal | 327 | 202 | 230 | 0 | 50 | 35 | 20 | 530 | 64 | 104 |
| Binary | 11010111 | 10000010 | 10011000 | 0 | 101000 | 11101 | 10000 | 101011000 | 110100 | 1000100 |
Color Harmonies of #D78298
Complementary color
Monochromatic Colors of #D78298
Black with #D78298
Text Example
Text Example
White with #D78298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78298; }
p { color: rgb(215,130,152); }
H1.HeaderClassName
{
color: #D78298;
}
.AnyTagClassName
{
color: #D78298;
}
</style>
background-color css
<style>
a { background-color: #D78298; }
a { background-color: rgb(215,130,152); }
div.DivClassName
{
background-color: #D78298;
}
.BgClassName
{
background-color: #D78298;
}
</style>
border-color css
<style>
span { border-color: #D78298; }
span { border-color: rgb(215,130,152); }
td.TdClassName
{
border-color: #D78298;
}
.TagClassName
{
border-color: #D78298;
}
</style>