#C5758E

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

Shades of Charm #C5758E

Tints of Charm #C5758E

Color information

#C5758E (or 0xC5758E) is unknown color: approx Charm. HEX triplet: C5, 75 and 8E. RGB value is (197,117,142). Sum of RGB (Red+Green+Blue) = 197+117+142=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5758E is #3A8A71. Grayscale: #8F8F8F. Windows color (decimal): -3836530 or 9336261. OLE color: 9336261.

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

Color convert

RGB197117142-
CMYK00.410.280.23
HSL341.25º40.82%61.57%-
HSV(B)341.25º40.61%77.25%-
XYZ34.2726.5528.91-
YUV143.77127165.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.20%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=43.20%
G=25.66%
B=31.14%

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
Decimal19711714200.410.280.23341.2540.8261.57
HexC5758E0291C17155293e
Octal30516521605134275255176
Binary1100010111101011000111001010011110010111101010101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5758E; }

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

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

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

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

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

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

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

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