#c77e80

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

Shades of Charm #C77E80

Tints of Charm #C77E80

Color information

#C77E80 (or 0xC77E80) is unknown color: approx Charm. HEX triplet: C7, 7E and 80. RGB value is (199,126,128). Sum of RGB (Red+Green+Blue) = 199+126+128=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77E80 is #38817F. Grayscale: #949494. Windows color (decimal): -3703168 or 8421063. OLE color: 8421063.

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

Color convert

RGB199126128-
CMYK00.370.360.22
HSL358.36º39.46%63.73%-
HSV(B)358.36º36.68%78.04%-
XYZ34.9128.6224.11-
YUV148.06116.68164.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 126 (49.61% from 255) = 27.81%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=43.93%
G=27.81%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912612800.370.360.22358.3639.4663.73
HexC77E8002524161662740
Octal307176200045442654647100
Binary110001111111110100000000100101100100101101011001101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c77e80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c77e80; }

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

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

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

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

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

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

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

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