#C6697A

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

Shades of Charm #C6697A

Tints of Charm #C6697A

Color information

#C6697A (or 0xC6697A) is unknown color: approx Charm. HEX triplet: C6, 69 and 7A. RGB value is (198,105,122). Sum of RGB (Red+Green+Blue) = 198+105+122=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6697A is #399685. Grayscale: #868686. Windows color (decimal): -3774086 or 8022470. OLE color: 8022470.

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

Color convert

RGB198105122-
CMYK00.470.380.22
HSL349.03º44.93%59.41%-
HSV(B)349.03º46.97%77.65%-
XYZ31.8523.5121.27-
YUV134.74120.81173.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=46.59%
G=24.71%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810512200.470.380.22349.0344.9359.41
HexC6697A02F261615d2d3b
Octal30615117205746265355573
Binary1100011011010011111010010111110011010110101011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6697A; }

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

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

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

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

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

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

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

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