#c6727f

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

Shades of Charm #C6727F

Tints of Charm #C6727F

Color information

#C6727F (or 0xC6727F) is unknown color: approx Charm. HEX triplet: C6, 72 and 7F. RGB value is (198,114,127). Sum of RGB (Red+Green+Blue) = 198+114+127=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6727F is #398D80. Grayscale: #8C8C8C. Windows color (decimal): -3771777 or 8352454. OLE color: 8352454.

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

Color convert

RGB198114127-
CMYK00.420.360.22
HSL350.71º42.42%61.18%-
HSV(B)350.71º42.42%77.65%-
XYZ33.1425.5723.27-
YUV140.6120.33168.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 127 (50% from 255) = 28.93%
R=45.10%
G=25.97%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811412700.420.360.22350.7142.4261.18
HexC6727F02A241615f2a3d
Octal30616217705244265375275
Binary1100011011100101111111010101010010010110101011111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6727f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6727f; }

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

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

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

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

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

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

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

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