#D77F95

Color #D77F95 Can Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Can Can #D77F95

Tints of Can Can #D77F95

Color information

#D77F95 (or 0xD77F95) is unknown color: approx 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

RGB215127149-
CMYK00.410.310.16
HSL345º52.38%67.06%-
HSV(B)345º40.93%84.31%-
XYZ41.0431.832.41-
YUV155.82124.15170.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 43.79%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=43.79%
G=25.87%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512714900.410.310.1634552.3867.06
HexD77F950291F101593443
Octal327177225051372053164103
Binary11010111111111110010101010100111111100001010110011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>