#C77F96

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

Shades of Puce #C77F96

Tints of Puce #C77F96

Color information

#C77F96 (or 0xC77F96) is unknown color: approx Puce. HEX triplet: C7, 7F and 96. RGB value is (199,127,150). Sum of RGB (Red+Green+Blue) = 199+127+150=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F96 is #388069. Grayscale: #979797. Windows color (decimal): -3702890 or 9863111. OLE color: 9863111.

HSL color Cylindrical-coordinate representation of color #C77F96: hue angle of 340.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C77F96 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB199127150-
CMYK00.360.250.22
HSL340.83º39.13%63.92%-
HSV(B)340.83º36.18%78.04%-
XYZ36.6529.5232.62-
YUV151.15127.35162.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.81%
GREEN value IS 127 (50% from 255) = 26.68%
BLUE value IS 150 (58.98% from 255) = 31.51%
R=41.81%
G=26.68%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912715000.360.250.22340.8339.1363.92
HexC77F9602419161552740
Octal307177226044312652547100
Binary11000111111111110010110010010011001101101010101011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77F96; }

 p { color: rgb(199,127,150); }

 H1.HeaderClassName
 {
   color: #C77F96;
 }
 .AnyTagClassName
 {
   color: #C77F96;
 }
</style>
background-color css

<style>
 a { background-color: #C77F96; }

 a { background-color: rgb(199,127,150); }

 div.DivClassName
 {
   background-color: #C77F96;
 }
 .BgClassName
 {
   background-color: #C77F96;
 }
</style>
border-color css

<style>
 span { border-color: #C77F96; }

 span { border-color: rgb(199,127,150); }

 td.TdClassName
 {
   border-color: #C77F96;
 }
 .TagClassName
 {
   border-color: #C77F96;
 }
</style>