Shades of Can Can #D48299
Tints of Can Can #D48299
RGB
CMYK
RGB Variations
Color information
#D48299 (or 0xD48299) is known color: Can Can. HEX triplet: D4, 82 and 99. RGB value is (212,130,153). Sum of RGB (Red+Green+Blue) = 212+130+153=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D48299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48299 is #2B7D66. Grayscale: #9D9D9D. Windows color (decimal): -2850151 or 10060500. OLE color: 10060500.
HSL color Cylindrical-coordinate representation of color #D48299: hue angle of 343.17º 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 #D48299 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 153 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.17 |
| HSL | 343.17º | 0.49% | 0.67% | - |
| HSV(B) | 343.17º | 0.39% | 0.83% | - |
| XYZ | 40.88 | 32.26 | 34.21 | - |
| YUV | 157.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 153 | 0 | 0.39 | 0.28 | 0.17 | 343.17 | 0.49 | 0.67 |
| Hex | D4 | 82 | 99 | 0 | 27 | 1C | 11 | 157 | 31 | 43 |
| Octal | 324 | 202 | 231 | 0 | 47 | 34 | 21 | 527 | 61 | 103 |
| Binary | 11010100 | 10000010 | 10011001 | 0 | 100111 | 11100 | 10001 | 101010111 | 110001 | 1000011 |
Color Harmonies of #D48299
Complementary color
Monochromatic Colors of #D48299
Black with #D48299
Text Example
Text Example
White with #D48299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48299; }
p { color: rgb(212,130,153); }
H1.HeaderClassName
{
color: #D48299;
}
.AnyTagClassName
{
color: #D48299;
}
</style>
background-color css
<style>
a { background-color: #D48299; }
a { background-color: rgb(212,130,153); }
div.DivClassName
{
background-color: #D48299;
}
.BgClassName
{
background-color: #D48299;
}
</style>
border-color css
<style>
span { border-color: #D48299; }
span { border-color: rgb(212,130,153); }
td.TdClassName
{
border-color: #D48299;
}
.TagClassName
{
border-color: #D48299;
}
</style>