#C77E86

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

Shades of Charm #C77E86

Tints of Charm #C77E86

Color information

#C77E86 (or 0xC77E86) is unknown color: approx Charm. HEX triplet: C7, 7E and 86. RGB value is (199,126,134). Sum of RGB (Red+Green+Blue) = 199+126+134=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77E86 is #388179. Grayscale: #949494. Windows color (decimal): -3703162 or 8814279. OLE color: 8814279.

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

Color convert

RGB199126134-
CMYK00.370.330.22
HSL353.42º39.46%63.73%-
HSV(B)353.42º36.68%78.04%-
XYZ35.3228.7926.25-
YUV148.74119.68163.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.36%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 134 (52.73% from 255) = 29.19%
R=43.36%
G=27.45%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912613400.370.330.22353.4239.4663.73
HexC77E8602521161612740
Octal307176206045412654147100
Binary110001111111110100001100100101100001101101011000011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77E86; }

 p { color: rgb(199,126,134); }

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

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

 a { background-color: rgb(199,126,134); }

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

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

 span { border-color: rgb(199,126,134); }

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