#C6697E

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

Shades of Charm #C6697E

Tints of Charm #C6697E

Color information

#C6697E (or 0xC6697E) is unknown color: approx Charm. HEX triplet: C6, 69 and 7E. RGB value is (198,105,126). Sum of RGB (Red+Green+Blue) = 198+105+126=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6697E is #399681. Grayscale: #878787. Windows color (decimal): -3774082 or 8284614. OLE color: 8284614.

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

Color convert

RGB198105126-
CMYK00.470.360.22
HSL346.45º44.93%59.41%-
HSV(B)346.45º46.97%77.65%-
XYZ32.1123.6222.6-
YUV135.2122.81172.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=46.15%
G=24.48%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810512600.470.360.22346.4544.9359.41
HexC6697E02F241615a2d3b
Octal30615117605744265325573
Binary1100011011010011111110010111110010010110101011010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6697E; }

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

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

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

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

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

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

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

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