#C77FA4

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

Shades of Puce #C77FA4

Tints of Puce #C77FA4

Color information

#C77FA4 (or 0xC77FA4) is unknown color: approx Puce. HEX triplet: C7, 7F and A4. RGB value is (199,127,164). Sum of RGB (Red+Green+Blue) = 199+127+164=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77FA4 is #38805B. Grayscale: #989898. Windows color (decimal): -3702876 or 10780615. OLE color: 10780615.

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

Color convert

RGB199127164-
CMYK00.360.180.22
HSL329.17º39.13%63.92%-
HSV(B)329.17º36.18%78.04%-
XYZ37.843038.92-
YUV152.75134.35160.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.61%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 164 (64.45% from 255) = 33.47%
R=40.61%
G=25.92%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912716400.360.180.22329.1739.1363.92
HexC77FA402412161492740
Octal307177244044222651147100
Binary11000111111111110100100010010010010101101010010011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77FA4; }

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

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

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

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

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

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

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

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