Shades of Can Can #D77F96
Tints of Can Can #D77F96
RGB
CMYK
RGB Variations
Color information
#D77F96 (or 0xD77F96) is known color: Can Can. HEX triplet: D7, 7F and 96. RGB value is (215,127,150). Sum of RGB (Red+Green+Blue) = 215+127+150=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F96 is #288069. Grayscale: #9B9B9B. Windows color (decimal): -2654314 or 9863127. OLE color: 9863127.
HSL color Cylindrical-coordinate representation of color #D77F96: hue angle of 344.32º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77F96 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 150 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.16 |
| HSL | 344.32º | 0.52% | 0.67% | - |
| HSV(B) | 344.32º | 0.41% | 0.84% | - |
| XYZ | 41.12 | 31.83 | 32.83 | - |
| YUV | 155.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 150 | 0 | 0.41 | 0.30 | 0.16 | 344.32 | 0.52 | 0.67 |
| Hex | D7 | 7F | 96 | 0 | 29 | 1E | 10 | 158 | 34 | 43 |
| Octal | 327 | 177 | 226 | 0 | 51 | 36 | 20 | 530 | 64 | 103 |
| Binary | 11010111 | 1111111 | 10010110 | 0 | 101001 | 11110 | 10000 | 101011000 | 110100 | 1000011 |
Color Harmonies of #D77F96
Complementary color
Monochromatic Colors of #D77F96
Black with #D77F96
Text Example
Text Example
White with #D77F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F96; }
p { color: rgb(215,127,150); }
H1.HeaderClassName
{
color: #D77F96;
}
.AnyTagClassName
{
color: #D77F96;
}
</style>
background-color css
<style>
a { background-color: #D77F96; }
a { background-color: rgb(215,127,150); }
div.DivClassName
{
background-color: #D77F96;
}
.BgClassName
{
background-color: #D77F96;
}
</style>
border-color css
<style>
span { border-color: #D77F96; }
span { border-color: rgb(215,127,150); }
td.TdClassName
{
border-color: #D77F96;
}
.TagClassName
{
border-color: #D77F96;
}
</style>