#C6718C

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

Shades of Charm #C6718C

Tints of Charm #C6718C

Color information

#C6718C (or 0xC6718C) is unknown color: approx Charm. HEX triplet: C6, 71 and 8C. RGB value is (198,113,140). Sum of RGB (Red+Green+Blue) = 198+113+140=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C6718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6718C is #398E73. Grayscale: #8D8D8D. Windows color (decimal): -3772020 or 9204166. OLE color: 9204166.

HSL color Cylindrical-coordinate representation of color #C6718C: hue angle of 340.94º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6718C is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198113140-
CMYK00.430.290.22
HSL340.94º42.71%60.98%-
HSV(B)340.94º42.93%77.65%-
XYZ33.9325.7127.99-
YUV141.49127.16168.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 140 (55.08% from 255) = 31.04%
R=43.90%
G=25.06%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811314000.430.290.22340.9442.7160.98
HexC6718C02B1D161552b3d
Octal30616121405335265255375
Binary1100011011100011000110001010111110110110101010101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6718C; }

 p { color: rgb(198,113,140); }

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

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

 a { background-color: rgb(198,113,140); }

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

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

 span { border-color: rgb(198,113,140); }

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