#C6697C

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

Shades of Charm #C6697C

Tints of Charm #C6697C

Color information

#C6697C (or 0xC6697C) is unknown color: approx Charm. HEX triplet: C6, 69 and 7C. RGB value is (198,105,124). Sum of RGB (Red+Green+Blue) = 198+105+124=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6697C is #399683. Grayscale: #868686. Windows color (decimal): -3774084 or 8153542. OLE color: 8153542.

HSL color Cylindrical-coordinate representation of color #C6697C: hue angle of 347.74º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6697C is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB198105124-
CMYK00.470.370.22
HSL347.74º44.93%59.41%-
HSV(B)347.74º46.97%77.65%-
XYZ31.9823.5621.93-
YUV134.97121.81172.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=46.37%
G=24.59%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810512400.470.370.22347.7444.9359.41
HexC6697C02F251615c2d3b
Octal30615117405745265345573
Binary1100011011010011111100010111110010110110101011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6697C; }

 p { color: rgb(198,105,124); }

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

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

 a { background-color: rgb(198,105,124); }

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

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

 span { border-color: rgb(198,105,124); }

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