#C6757E

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

Shades of Charm #C6757E

Tints of Charm #C6757E

Color information

#C6757E (or 0xC6757E) is unknown color: approx Charm. HEX triplet: C6, 75 and 7E. RGB value is (198,117,126). Sum of RGB (Red+Green+Blue) = 198+117+126=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6757E is #398A81. Grayscale: #8E8E8E. Windows color (decimal): -3771010 or 8287686. OLE color: 8287686.

HSL color Cylindrical-coordinate representation of color #C6757E: hue angle of 353.33º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6757E is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB198117126-
CMYK00.410.360.22
HSL353.33º41.54%61.76%-
HSV(B)353.33º40.91%77.65%-
XYZ33.4226.2323.04-
YUV142.24118.84167.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.90%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=44.90%
G=26.53%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811712600.410.360.22353.3341.5461.76
HexC6757E02924161612a3e
Octal30616517605144265415276
Binary1100011011101011111110010100110010010110101100001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6757E; }

 p { color: rgb(198,117,126); }

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

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

 a { background-color: rgb(198,117,126); }

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

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

 span { border-color: rgb(198,117,126); }

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