#C77C95

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

Shades of Puce #C77C95

Tints of Puce #C77C95

Color information

#C77C95 (or 0xC77C95) is unknown color: approx Puce. HEX triplet: C7, 7C and 95. RGB value is (199,124,149). Sum of RGB (Red+Green+Blue) = 199+124+149=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77C95 is #38836A. Grayscale: #959595. Windows color (decimal): -3703659 or 9796807. OLE color: 9796807.

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

Color convert

RGB199124149-
CMYK00.380.250.22
HSL340º40.11%63.33%-
HSV(B)340º37.69%78.04%-
XYZ36.1928.7332.07-
YUV149.27127.85163.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 124 (48.83% from 255) = 26.27%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=42.16%
G=26.27%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912414900.380.250.2234040.1163.33
HexC77C950261916154283f
Octal30717422504631265245077
Binary1100011111111001001010101001101100110110101010100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77C95; }

 p { color: rgb(199,124,149); }

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

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

 a { background-color: rgb(199,124,149); }

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

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

 span { border-color: rgb(199,124,149); }

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