Shades of Can Can #D48298
Tints of Can Can #D48298
RGB
CMYK
RGB Variations
Color information
#D48298 (or 0xD48298) is known color: Can Can. HEX triplet: D4, 82 and 98. RGB value is (212,130,152). Sum of RGB (Red+Green+Blue) = 212+130+152=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D48298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48298 is #2B7D67. Grayscale: #9D9D9D. Windows color (decimal): -2850152 or 9994964. OLE color: 9994964.
HSL color Cylindrical-coordinate representation of color #D48298: hue angle of 343.9º 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 #D48298 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 152 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.17 |
| HSL | 343.9º | 0.49% | 0.67% | - |
| HSV(B) | 343.9º | 0.39% | 0.83% | - |
| XYZ | 40.8 | 32.23 | 33.78 | - |
| YUV | 157.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 152 | 0 | 0.39 | 0.28 | 0.17 | 343.9 | 0.49 | 0.67 |
| Hex | D4 | 82 | 98 | 0 | 27 | 1C | 11 | 158 | 31 | 43 |
| Octal | 324 | 202 | 230 | 0 | 47 | 34 | 21 | 530 | 61 | 103 |
| Binary | 11010100 | 10000010 | 10011000 | 0 | 100111 | 11100 | 10001 | 101011000 | 110001 | 1000011 |
Color Harmonies of #D48298
Complementary color
Monochromatic Colors of #D48298
Black with #D48298
Text Example
Text Example
White with #D48298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48298; }
p { color: rgb(212,130,152); }
H1.HeaderClassName
{
color: #D48298;
}
.AnyTagClassName
{
color: #D48298;
}
</style>
background-color css
<style>
a { background-color: #D48298; }
a { background-color: rgb(212,130,152); }
div.DivClassName
{
background-color: #D48298;
}
.BgClassName
{
background-color: #D48298;
}
</style>
border-color css
<style>
span { border-color: #D48298; }
span { border-color: rgb(212,130,152); }
td.TdClassName
{
border-color: #D48298;
}
.TagClassName
{
border-color: #D48298;
}
</style>