Shades of Can Can #D77F95
Tints of Can Can #D77F95
RGB
CMYK
RGB Variations
Color information
#D77F95 (or 0xD77F95) is known color: Can Can. HEX triplet: D7, 7F and 95. RGB value is (215,127,149). Sum of RGB (Red+Green+Blue) = 215+127+149=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F95 is #28806A. Grayscale: #9B9B9B. Windows color (decimal): -2654315 or 9797591. OLE color: 9797591.
HSL color Cylindrical-coordinate representation of color #D77F95: hue angle of 345º 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 #D77F95 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 149 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.16 |
| HSL | 345º | 0.52% | 0.67% | - |
| HSV(B) | 345º | 0.41% | 0.84% | - |
| XYZ | 41.04 | 31.8 | 32.41 | - |
| YUV | 155.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 149 | 0 | 0.41 | 0.31 | 0.16 | 345 | 0.52 | 0.67 |
| Hex | D7 | 7F | 95 | 0 | 29 | 1F | 10 | 159 | 34 | 43 |
| Octal | 327 | 177 | 225 | 0 | 51 | 37 | 20 | 531 | 64 | 103 |
| Binary | 11010111 | 1111111 | 10010101 | 0 | 101001 | 11111 | 10000 | 101011001 | 110100 | 1000011 |
Color Harmonies of #D77F95
Complementary color
Monochromatic Colors of #D77F95
Black with #D77F95
Text Example
Text Example
White with #D77F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F95; }
p { color: rgb(215,127,149); }
H1.HeaderClassName
{
color: #D77F95;
}
.AnyTagClassName
{
color: #D77F95;
}
</style>
background-color css
<style>
a { background-color: #D77F95; }
a { background-color: rgb(215,127,149); }
div.DivClassName
{
background-color: #D77F95;
}
.BgClassName
{
background-color: #D77F95;
}
</style>
border-color css
<style>
span { border-color: #D77F95; }
span { border-color: rgb(215,127,149); }
td.TdClassName
{
border-color: #D77F95;
}
.TagClassName
{
border-color: #D77F95;
}
</style>