#C6697B

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

Shades of Charm #C6697B

Tints of Charm #C6697B

Color information

#C6697B (or 0xC6697B) is unknown color: approx Charm. HEX triplet: C6, 69 and 7B. RGB value is (198,105,123). Sum of RGB (Red+Green+Blue) = 198+105+123=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6697B is #399684. Grayscale: #868686. Windows color (decimal): -3774085 or 8088006. OLE color: 8088006.

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

Color convert

RGB198105123-
CMYK00.470.380.22
HSL348.39º44.93%59.41%-
HSV(B)348.39º46.97%77.65%-
XYZ31.9223.5421.6-
YUV134.86121.31173.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=46.48%
G=24.65%
B=28.87%

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
Decimal19810512300.470.380.22348.3944.9359.41
HexC6697B02F261615c2d3b
Octal30615117305746265345573
Binary1100011011010011111011010111110011010110101011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6697B; }

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

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

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

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

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

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

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

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