#C6728A

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

Shades of Charm #C6728A

Tints of Charm #C6728A

Color information

#C6728A (or 0xC6728A) is unknown color: approx Charm. HEX triplet: C6, 72 and 8A. RGB value is (198,114,138). Sum of RGB (Red+Green+Blue) = 198+114+138=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6728A is #398D75. Grayscale: #8D8D8D. Windows color (decimal): -3771766 or 9073350. OLE color: 9073350.

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

Color convert

RGB198114138-
CMYK00.420.300.22
HSL342.86º42.42%61.18%-
HSV(B)342.86º42.42%77.65%-
XYZ33.8925.8827.25-
YUV141.85125.83168.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=44%
G=25.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811413800.420.300.22342.8642.4261.18
HexC6728A02A1E161572a3d
Octal30616221205236265275275
Binary1100011011100101000101001010101111010110101010111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6728A; }

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

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

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

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

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

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

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

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