#C6748A

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

Shades of Charm #C6748A

Tints of Charm #C6748A

Color information

#C6748A (or 0xC6748A) is unknown color: approx Charm. HEX triplet: C6, 74 and 8A. RGB value is (198,116,138). Sum of RGB (Red+Green+Blue) = 198+116+138=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C6748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6748A is #398B75. Grayscale: #8F8F8F. Windows color (decimal): -3771254 or 9073862. OLE color: 9073862.

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

Color convert

RGB198116138-
CMYK00.410.300.22
HSL343.9º41.84%61.57%-
HSV(B)343.9º41.41%77.65%-
XYZ34.1226.3327.33-
YUV143.03125.17167.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.81%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=43.81%
G=25.66%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811613800.410.300.22343.941.8461.57
HexC6748A0291E161582a3e
Octal30616421205136265305276
Binary1100011011101001000101001010011111010110101011000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6748A; }

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

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

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

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

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

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

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

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