#C5748A

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

Shades of Charm #C5748A

Tints of Charm #C5748A

Color information

#C5748A (or 0xC5748A) is unknown color: approx Charm. HEX triplet: C5, 74 and 8A. RGB value is (197,116,138). Sum of RGB (Red+Green+Blue) = 197+116+138=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5748A is #3A8B75. Grayscale: #8E8E8E. Windows color (decimal): -3836790 or 9073861. OLE color: 9073861.

HSL color Cylindrical-coordinate representation of color #C5748A: hue angle of 343.7º 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 #C5748A is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB197116138-
CMYK00.410.300.23
HSL343.7º41.12%61.37%-
HSV(B)343.7º41.12%77.25%-
XYZ33.8626.227.32-
YUV142.73125.34166.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=43.68%
G=25.72%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711613800.410.300.23343.741.1261.37
HexC5748A0291E17158293d
Octal30516421205136275305175
Binary1100010111101001000101001010011111010111101011000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5748A; }

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

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

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

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

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

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

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

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