#C6748C

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

Shades of Charm #C6748C

Tints of Charm #C6748C

Color information

#C6748C (or 0xC6748C) is unknown color: approx Charm. HEX triplet: C6, 74 and 8C. RGB value is (198,116,140). Sum of RGB (Red+Green+Blue) = 198+116+140=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6748C is #398B73. Grayscale: #8F8F8F. Windows color (decimal): -3771252 or 9204934. OLE color: 9204934.

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

Color convert

RGB198116140-
CMYK00.410.290.22
HSL342.44º41.84%61.57%-
HSV(B)342.44º41.41%77.65%-
XYZ34.2726.3928.1-
YUV143.25126.17167.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 116 (45.70% from 255) = 25.55%
BLUE value IS 140 (55.08% from 255) = 30.84%
R=43.61%
G=25.55%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811614000.410.290.22342.4441.8461.57
HexC6748C0291D161562a3e
Octal30616421405135265265276
Binary1100011011101001000110001010011110110110101010110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6748C; }

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

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

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

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

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

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

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

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