#C6758F

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

Shades of Charm #C6758F

Tints of Charm #C6758F

Color information

#C6758F (or 0xC6758F) is unknown color: approx Charm. HEX triplet: C6, 75 and 8F. RGB value is (198,117,143). Sum of RGB (Red+Green+Blue) = 198+117+143=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C6758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6758F is #398A70. Grayscale: #909090. Windows color (decimal): -3770993 or 9401798. OLE color: 9401798.

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

Color convert

RGB198117143-
CMYK00.410.280.22
HSL340.74º41.54%61.76%-
HSV(B)340.74º40.91%77.65%-
XYZ34.6126.7129.32-
YUV144.18127.34166.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.23%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 143 (56.25% from 255) = 31.22%
R=43.23%
G=25.55%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811714300.410.280.22340.7441.5461.76
HexC6758F0291C161552a3e
Octal30616521705134265255276
Binary1100011011101011000111101010011110010110101010101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6758F; }

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

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

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

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

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

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

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

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