#C5767C

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

Shades of Charm #C5767C

Tints of Charm #C5767C

Color information

#C5767C (or 0xC5767C) is unknown color: approx Charm. HEX triplet: C5, 76 and 7C. RGB value is (197,118,124). Sum of RGB (Red+Green+Blue) = 197+118+124=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5767C is #3A8983. Grayscale: #8E8E8E. Windows color (decimal): -3836292 or 8156869. OLE color: 8156869.

HSL color Cylindrical-coordinate representation of color #C5767C: hue angle of 355.44º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5767C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB197118124-
CMYK00.400.370.23
HSL355.44º40.51%61.76%-
HSV(B)355.44º40.1%77.25%-
XYZ33.1426.2822.39-
YUV142.3117.67167.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.87%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 124 (48.83% from 255) = 28.25%
R=44.87%
G=26.88%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711812400.400.370.23355.4440.5161.76
HexC5767C0282517163293e
Octal30516617405045275435176
Binary1100010111101101111100010100010010110111101100011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5767C; }

 p { color: rgb(197,118,124); }

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

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

 a { background-color: rgb(197,118,124); }

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

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

 span { border-color: rgb(197,118,124); }

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