#C77F94

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

Shades of Puce #C77F94

Tints of Puce #C77F94

Color information

#C77F94 (or 0xC77F94) is unknown color: approx Puce. HEX triplet: C7, 7F and 94. RGB value is (199,127,148). Sum of RGB (Red+Green+Blue) = 199+127+148=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F94 is #38806B. Grayscale: #969696. Windows color (decimal): -3702892 or 9732039. OLE color: 9732039.

HSL color Cylindrical-coordinate representation of color #C77F94: hue angle of 342.5º 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 #C77F94 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB199127148-
CMYK00.360.260.22
HSL342.5º39.13%63.92%-
HSV(B)342.5º36.18%78.04%-
XYZ36.4929.4631.78-
YUV150.92126.35162.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=41.98%
G=26.79%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912714800.360.260.22342.539.1363.92
HexC77F940241A161562740
Octal307177224044322652647100
Binary11000111111111110010100010010011010101101010101101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77F94; }

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

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

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

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

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

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

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

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