#C5697C

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

Shades of Charm #C5697C

Tints of Charm #C5697C

Color information

#C5697C (or 0xC5697C) is unknown color: approx Charm. HEX triplet: C5, 69 and 7C. RGB value is (197,105,124). Sum of RGB (Red+Green+Blue) = 197+105+124=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C5697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5697C is #3A9683. Grayscale: #868686. Windows color (decimal): -3839620 or 8153541. OLE color: 8153541.

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

Color convert

RGB197105124-
CMYK00.470.370.23
HSL347.61º44.23%59.22%-
HSV(B)347.61º46.7%77.25%-
XYZ31.7223.4321.92-
YUV134.67121.98172.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.24%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=46.24%
G=24.65%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710512400.470.370.23347.6144.2359.22
HexC5697C02F251715c2c3b
Octal30515117405745275345473
Binary1100010111010011111100010111110010110111101011100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5697C; }

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

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

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

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

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

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

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

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