#C5738A

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

Shades of Charm #C5738A

Tints of Charm #C5738A

Color information

#C5738A (or 0xC5738A) is unknown color: approx Charm. HEX triplet: C5, 73 and 8A. RGB value is (197,115,138). Sum of RGB (Red+Green+Blue) = 197+115+138=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5738A is #3A8C75. Grayscale: #8E8E8E. Windows color (decimal): -3837046 or 9073605. OLE color: 9073605.

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

Color convert

RGB197115138-
CMYK00.420.300.23
HSL343.17º41.41%61.18%-
HSV(B)343.17º41.62%77.25%-
XYZ33.7425.9727.28-
YUV142.14125.67167.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 115 (45.31% from 255) = 25.56%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=43.78%
G=25.56%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711513800.420.300.23343.1741.4161.18
HexC5738A02A1E17157293d
Octal30516321205236275275175
Binary1100010111100111000101001010101111010111101010111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5738A; }

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

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

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

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

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

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

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

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