#C5748E

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

Shades of Charm #C5748E

Tints of Charm #C5748E

Color information

#C5748E (or 0xC5748E) is unknown color: approx Charm. HEX triplet: C5, 74 and 8E. RGB value is (197,116,142). Sum of RGB (Red+Green+Blue) = 197+116+142=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5748E is #3A8B71. Grayscale: #8F8F8F. Windows color (decimal): -3836786 or 9336005. OLE color: 9336005.

HSL color Cylindrical-coordinate representation of color #C5748E: hue angle of 340.74º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5748E is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB197116142-
CMYK00.410.280.23
HSL340.74º41.12%61.37%-
HSV(B)340.74º41.12%77.25%-
XYZ34.1526.3128.87-
YUV143.18127.34166.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=43.30%
G=25.49%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711614200.410.280.23340.7441.1261.37
HexC5748E0291C17155293d
Octal30516421605134275255175
Binary1100010111101001000111001010011110010111101010101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5748E; }

 p { color: rgb(197,116,142); }

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

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

 a { background-color: rgb(197,116,142); }

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

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

 span { border-color: rgb(197,116,142); }

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