#C5758F

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

Shades of Charm #C5758F

Tints of Charm #C5758F

Color information

#C5758F (or 0xC5758F) is unknown color: approx Charm. HEX triplet: C5, 75 and 8F. RGB value is (197,117,143). Sum of RGB (Red+Green+Blue) = 197+117+143=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5758F is #3A8A70. Grayscale: #8F8F8F. Windows color (decimal): -3836529 or 9401797. OLE color: 9401797.

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

Color convert

RGB197117143-
CMYK00.410.270.23
HSL340.5º40.82%61.57%-
HSV(B)340.5º40.61%77.25%-
XYZ34.3526.5829.31-
YUV143.88127.5165.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.11%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 143 (56.25% from 255) = 31.29%
R=43.11%
G=25.60%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711714300.410.270.23340.540.8261.57
HexC5758F0291B17154293e
Octal30516521705133275245176
Binary1100010111101011000111101010011101110111101010100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5758F; }

 p { color: rgb(197,117,143); }

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

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

 a { background-color: rgb(197,117,143); }

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

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

 span { border-color: rgb(197,117,143); }

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