Shades of Can Can #D48997
Tints of Can Can #D48997
RGB
CMYK
RGB Variations
Color information
#D48997 (or 0xD48997) is known color: Can Can. HEX triplet: D4, 89 and 97. RGB value is (212,137,151). Sum of RGB (Red+Green+Blue) = 212+137+151=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D48997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48997 is #2B7668. Grayscale: #A1A1A1. Windows color (decimal): -2848361 or 9931220. OLE color: 9931220.
HSL color Cylindrical-coordinate representation of color #D48997: hue angle of 348.8º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48997 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 151 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.17 |
| HSL | 348.8º | 0.47% | 0.68% | - |
| HSV(B) | 348.8º | 0.35% | 0.83% | - |
| XYZ | 41.68 | 34.12 | 33.67 | - |
| YUV | 161.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 151 | 0 | 0.35 | 0.29 | 0.17 | 348.8 | 0.47 | 0.68 |
| Hex | D4 | 89 | 97 | 0 | 23 | 1D | 11 | 15D | 2F | 44 |
| Octal | 324 | 211 | 227 | 0 | 43 | 35 | 21 | 535 | 57 | 104 |
| Binary | 11010100 | 10001001 | 10010111 | 0 | 100011 | 11101 | 10001 | 101011101 | 101111 | 1000100 |
Color Harmonies of #D48997
Complementary color
Monochromatic Colors of #D48997
Black with #D48997
Text Example
Text Example
White with #D48997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48997; }
p { color: rgb(212,137,151); }
H1.HeaderClassName
{
color: #D48997;
}
.AnyTagClassName
{
color: #D48997;
}
</style>
background-color css
<style>
a { background-color: #D48997; }
a { background-color: rgb(212,137,151); }
div.DivClassName
{
background-color: #D48997;
}
.BgClassName
{
background-color: #D48997;
}
</style>
border-color css
<style>
span { border-color: #D48997; }
span { border-color: rgb(212,137,151); }
td.TdClassName
{
border-color: #D48997;
}
.TagClassName
{
border-color: #D48997;
}
</style>