Shades of Can Can #D88C92
Tints of Can Can #D88C92
RGB
CMYK
RGB Variations
Color information
#D88C92 (or 0xD88C92) is known color: Can Can. HEX triplet: D8, 8C and 92. RGB value is (216,140,146). Sum of RGB (Red+Green+Blue) = 216+140+146=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88C92 is #27736D. Grayscale: #A3A3A3. Windows color (decimal): -2585454 or 9604312. OLE color: 9604312.
HSL color Cylindrical-coordinate representation of color #D88C92: hue angle of 355.26º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88C92 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 146 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.15 |
| HSL | 355.26º | 0.49% | 0.7% | - |
| HSV(B) | 355.26º | 0.35% | 0.85% | - |
| XYZ | 42.89 | 35.43 | 31.77 | - |
| YUV | 163.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 146 | 0 | 0.35 | 0.32 | 0.15 | 355.26 | 0.49 | 0.7 |
| Hex | D8 | 8C | 92 | 0 | 23 | 20 | F | 163 | 31 | 46 |
| Octal | 330 | 214 | 222 | 0 | 43 | 40 | 17 | 543 | 61 | 106 |
| Binary | 11011000 | 10001100 | 10010010 | 0 | 100011 | 100000 | 1111 | 101100011 | 110001 | 1000110 |
Color Harmonies of #D88C92
Complementary color
Monochromatic Colors of #D88C92
Black with #D88C92
Text Example
Text Example
White with #D88C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C92; }
p { color: rgb(216,140,146); }
H1.HeaderClassName
{
color: #D88C92;
}
.AnyTagClassName
{
color: #D88C92;
}
</style>
background-color css
<style>
a { background-color: #D88C92; }
a { background-color: rgb(216,140,146); }
div.DivClassName
{
background-color: #D88C92;
}
.BgClassName
{
background-color: #D88C92;
}
</style>
border-color css
<style>
span { border-color: #D88C92; }
span { border-color: rgb(216,140,146); }
td.TdClassName
{
border-color: #D88C92;
}
.TagClassName
{
border-color: #D88C92;
}
</style>