#C77E85

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

Shades of Charm #C77E85

Tints of Charm #C77E85

Color information

#C77E85 (or 0xC77E85) is unknown color: approx Charm. HEX triplet: C7, 7E and 85. RGB value is (199,126,133). Sum of RGB (Red+Green+Blue) = 199+126+133=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77E85 is #38817A. Grayscale: #949494. Windows color (decimal): -3703163 or 8748743. OLE color: 8748743.

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

Color convert

RGB199126133-
CMYK00.370.330.22
HSL354.25º39.46%63.73%-
HSV(B)354.25º36.68%78.04%-
XYZ35.2528.7625.88-
YUV148.62119.18163.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.45%
GREEN value IS 126 (49.61% from 255) = 27.51%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=43.45%
G=27.51%
B=29.04%

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
Decimal19912613300.370.330.22354.2539.4663.73
HexC77E8502521161622740
Octal307176205045412654247100
Binary110001111111110100001010100101100001101101011000101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77E85; }

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

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

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

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

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

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

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

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