#C5738B

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

Shades of Charm #C5738B

Tints of Charm #C5738B

Color information

#C5738B (or 0xC5738B) is unknown color: approx Charm. HEX triplet: C5, 73 and 8B. RGB value is (197,115,139). Sum of RGB (Red+Green+Blue) = 197+115+139=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5738B is #3A8C74. Grayscale: #8E8E8E. Windows color (decimal): -3837045 or 9139141. OLE color: 9139141.

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

Color convert

RGB197115139-
CMYK00.420.290.23
HSL342.44º41.41%61.18%-
HSV(B)342.44º41.62%77.25%-
XYZ33.822627.66-
YUV142.25126.17167.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=43.68%
G=25.50%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711513900.420.290.23342.4441.4161.18
HexC5738B02A1D17156293d
Octal30516321305235275265175
Binary1100010111100111000101101010101110110111101010110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5738B; }

 p { color: rgb(197,115,139); }

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

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

 a { background-color: rgb(197,115,139); }

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

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

 span { border-color: rgb(197,115,139); }

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