#C57992

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

Shades of Charm #C57992

Tints of Charm #C57992

Color information

#C57992 (or 0xC57992) is unknown color: approx Charm. HEX triplet: C5, 79 and 92. RGB value is (197,121,146). Sum of RGB (Red+Green+Blue) = 197+121+146=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C57992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57992 is #3A866D. Grayscale: #929292. Windows color (decimal): -3835502 or 9599429. OLE color: 9599429.

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

Color convert

RGB197121146-
CMYK00.390.260.23
HSL340.26º39.58%62.35%-
HSV(B)340.26º38.58%77.25%-
XYZ35.0527.6230.68-
YUV146.57127.68163.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=42.46%
G=26.08%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712114600.390.260.23340.2639.5862.35
HexC579920271A17154283e
Octal30517122204732275245076
Binary1100010111110011001001001001111101010111101010100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57992; }

 p { color: rgb(197,121,146); }

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

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

 a { background-color: rgb(197,121,146); }

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

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

 span { border-color: rgb(197,121,146); }

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